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 b1e38ed commit 24e1a93Copy full SHA for 24e1a93
.github/workflows/deploy.yml
@@ -32,6 +32,9 @@ jobs:
32
- uses: actions/create-github-app-token@v1
33
if: steps.parsed.outputs.owner != '' && env.GITHUB_APP_ID != '' && env.GITHUB_APP_PRIVATE_KEY != ''
34
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 }}
38
with:
39
app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
40
private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
0 commit comments