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.
2 parents e1f13c7 + 55968ce commit 9948744Copy full SHA for 9948744
.github/workflows/trigger-deployment.yml
@@ -16,8 +16,9 @@ jobs:
16
id: repository-dispatch-app
17
uses: actions/create-github-app-token@v1
18
with:
19
- app-id: ${{ vars.REPOSITORY_DISPATCH_APP_ID }}
+ app-id: ${{ secrets.REPOSITORY_DISPATCH_APP_ID }}
20
private-key: ${{ secrets.REPOSITORY_DISPATCH_APP_PRIVATE_KEY }}
21
+ owner: ${{ github.repository_owner }}
22
- name: Extract branch name
23
shell: bash
24
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
0 commit comments