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 e57e880 commit 218408eCopy full SHA for 218408e
.github/actions/debug/action.yml
@@ -7,10 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Debug GitHub Actions Environment
10
- env:
11
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13
run: |
+ GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
+ NPM_TOKEN=${{ secrets.NPM_TOKEN }}
14
echo "### 🔍 Checking GitHub Secrets & Environment Variables ###"
15
16
# Check if GITHUB_TOKEN is set
0 commit comments