We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8af7a commit 114df2bCopy full SHA for 114df2b
1 file changed
.github/workflows/receive-github-config-updates.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Run the sync action
27
uses: paketo-buildpacks/config-repo/actions/sync@master
28
env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
30
with:
31
config-repo: config-repo
32
current-repo: current-repo
0 commit comments