Skip to content

Commit

Permalink
ci: use TUIST_FILE_SYSTEM_RELEASE_TOKEN for auto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek committed Oct 7, 2024
1 parent b8321e6 commit 9990d40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v5
if: env.should-release == 'true'
env:
GITHUB_TOKEN: ${{ secrets.TUIST_FILE_SYSTEM_RELEASE_TOKEN }}
with:
commit_options: "--allow-empty"
tagging_message: ${{ steps.next-version.outputs.NEXT_VERSION }}
Expand Down

0 comments on commit 9990d40

Please sign in to comment.