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