Skip to content

Commit

Permalink
chore: use GITHUB TOKEN to create PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason I committed May 2, 2024
1 parent 79a43c7 commit 9527055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ic-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: ${{ steps.update.outputs.updated == '1' }}
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.SDK_BOT_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
base: master
add-paths: ./.ic-commit
commit-message: Update commit of IC artifacts
Expand Down

0 comments on commit 9527055

Please sign in to comment.