Skip to content

Commit

Permalink
fix(ci): Fix Trigger CI after auto commit (#285)
Browse files Browse the repository at this point in the history
* Fix Trigger CI after auto commit

Fix the CI trigger, when Github Action create a commit. To do so, use a GitHub PAT token.

* Force auto commit

* chore: regenerate files

* Use SIT bot PAT token

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
linuxluigi and actions-user committed Jul 21, 2023
1 parent 45eef86 commit 8a0d789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ jobs:
if: steps.verify-changed-files-coverage.outputs.files_changed == 'true' || steps.verify-changed-files-generate.outputs.files_changed == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ github.token }}
github_token: ${{ secrets.SIT_BOT_PAT }}
branch: ${{ github.head_ref }}

0 comments on commit 8a0d789

Please sign in to comment.