Skip to content

Commit a97d2e8

Browse files
committed
feat: ✨ use GITHUB_TOKEN as custom secret name
1 parent 5b17c0b commit a97d2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/needs-more-info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
APP_ID: ${{ secrets.APP_ID }}
2323
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
24-
SECRET_NAME: APP_TOKEN
24+
SECRET_NAME: GITHUB_TOKEN
2525
- uses: bubkoo/needs-more-info@v1
2626
with:
2727
# GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
28-
GITHUB_TOKEN: ${{ secrets.APP_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
CONFIG_FILE: .github/needs-more-info.yml

0 commit comments

Comments
 (0)