Skip to content

Commit 7f57756

Browse files
committed
docs: 📚️ usage of token
1 parent 6592a05 commit 7f57756

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
with:
1818
APP_ID: ${{ secrets.APP_ID }}
1919
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
20-
- name: Use token
21-
env:
22-
TOKEN: ${{ steps.generate_token.outputs.token }}
23-
run: |
24-
echo "The generated token is masked: ${TOKEN}"
20+
- name: Needs More info # Use token in other actions
21+
uses: bubkoo/needs-more-info@v1
22+
with:
23+
# Use token in outpus of the 'generate_token' action
24+
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
25+
CONFIG_FILE: .github/workflows/config/needs-more-info.yml
2526
```
2627
2728
### Options

0 commit comments

Comments
 (0)