We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119ab3c commit 40a462fCopy full SHA for 40a462f
1 file changed
.github/workflows/trigger-private-automation.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- name: Dispatch workflow in repo A
12
env:
13
- PAT: ${{ secrets.DISPATCH_PAT }}
+ PAT: ${{ secrets.BOT_PAT }}
14
TAG: ${{ github.event.release.tag_name }}
15
RELEASE_ID: ${{ github.event.release.id }}
16
shell: bash
0 commit comments