We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c884f commit 1e3d2e7Copy full SHA for 1e3d2e7
.github/workflows/api.yml
@@ -15,4 +15,4 @@ jobs:
15
with:
16
python-version: ${{ matrix.python_version }}
17
- name: echo env vars
18
- run: echo $GITHUB_WORKFLOW $GITHUB_JOB $GITHUB_RUN_ATTEMPT $GITHUB_RUN_ATTEMPT $GITHUB_RUN_NUMBER $GITHUB_TOKEN
+ run: echo ${{ secrets.GITHUB_TOKEN }}
0 commit comments