diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 27649cff..2058cd2e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,6 +22,6 @@ jobs: run: pnpm run build css - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update build artifacts diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 83132450..3e195713 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,6 +10,7 @@ jobs: name: Release runs-on: ubuntu-latest permissions: + contents: write id-token: write steps: - name: Checkout repository @@ -40,7 +41,7 @@ jobs: TAG_NAME: ${{ github.ref_name }} - name: Commit release - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Release Version ${{ github.ref_name }} branch: main