Skip to content

Commit

Permalink
ci: use PAT for commit the changes (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk authored Jul 4, 2024
1 parent 8c36e3a commit 09d26b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.IDENTUS_CI }}
submodules: true
fetch-depth: 0

Expand All @@ -41,7 +41,6 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
github_token: ${{ secrets.IDENTUS_CI }}
commit_message: "feat: update submodules documentation to latest"
commit_user_name: ${{ steps.import_gpg.outputs.name }}
commit_user_email: ${{ steps.import_gpg.outputs.email }}
Expand Down

0 comments on commit 09d26b3

Please sign in to comment.