Skip to content

Commit 9948744

Browse files
Merge pull request #4 from upbond/devin/1745229647-add-cicd-trigger-workflow
fix yml
2 parents e1f13c7 + 55968ce commit 9948744

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/trigger-deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
id: repository-dispatch-app
1717
uses: actions/create-github-app-token@v1
1818
with:
19-
app-id: ${{ vars.REPOSITORY_DISPATCH_APP_ID }}
19+
app-id: ${{ secrets.REPOSITORY_DISPATCH_APP_ID }}
2020
private-key: ${{ secrets.REPOSITORY_DISPATCH_APP_PRIVATE_KEY }}
21+
owner: ${{ github.repository_owner }}
2122
- name: Extract branch name
2223
shell: bash
2324
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)