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 6592a05 commit 7f57756Copy full SHA for 7f57756
README.md
@@ -17,11 +17,12 @@ jobs:
17
with:
18
APP_ID: ${{ secrets.APP_ID }}
19
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}"
+ - name: Needs More info # Use token in other actions
+ uses: bubkoo/needs-more-info@v1
+ with:
+ # Use token in outpus of the 'generate_token' action
+ GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
25
+ CONFIG_FILE: .github/workflows/config/needs-more-info.yml
26
```
27
28
### Options
0 commit comments