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