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 b32e560 commit 64b0065Copy full SHA for 64b0065
.github/workflows/deploy-trigger.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- name: Trigger Workflow in Another Repository
11
env:
12
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.DRYDOCK_PAT }}
13
run: |
14
# GitHub CLI api
15
# https://cli.github.com/manual/gh_api
0 commit comments