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 5b17c0b commit a97d2e8Copy full SHA for a97d2e8
.github/workflows/needs-more-info.yml
@@ -21,9 +21,9 @@ jobs:
21
with:
22
APP_ID: ${{ secrets.APP_ID }}
23
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
24
- SECRET_NAME: APP_TOKEN
+ SECRET_NAME: GITHUB_TOKEN
25
- uses: bubkoo/needs-more-info@v1
26
27
# GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
28
- GITHUB_TOKEN: ${{ secrets.APP_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
CONFIG_FILE: .github/needs-more-info.yml
0 commit comments