Skip to content

Commit 24e1a93

Browse files
committed
fixup! amend! deploy: allow deploying in forks
1 parent b1e38ed commit 24e1a93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- uses: actions/create-github-app-token@v1
3333
if: steps.parsed.outputs.owner != '' && env.GITHUB_APP_ID != '' && env.GITHUB_APP_PRIVATE_KEY != ''
3434
id: workflows-repo-token
35+
env:
36+
GITHUB_APP_ID: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
37+
GITHUB_APP_PRIVATE_KEY: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
3538
with:
3639
app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
3740
private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)