We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79df5a commit 113f8b5Copy full SHA for 113f8b5
.github/workflows/update-ic-commit.yml
@@ -68,7 +68,7 @@ jobs:
68
if: ${{ steps.update.outputs.updated == '1' }}
69
uses: peter-evans/create-pull-request@v6
70
with:
71
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GIX_CREATE_PR_PAT }}
72
base: master
73
add-paths: ./.ic-commit
74
commit-message: Update commit of IC artifacts
.ic-commit
@@ -1 +1 @@
1
-63acf4f88b20ec0c6384f4e18f0f6f69fc5d9b9f
+08b0e064eef80a4dc8aa523c02852a29ec968604
0 commit comments