Skip to content

Commit 218408e

Browse files
committed
Debygging.
1 parent e57e880 commit 218408e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/debug/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Debug GitHub Actions Environment
10-
env:
11-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1310
run: |
11+
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
12+
NPM_TOKEN=${{ secrets.NPM_TOKEN }}
1413
echo "### 🔍 Checking GitHub Secrets & Environment Variables ###"
1514
1615
# Check if GITHUB_TOKEN is set

0 commit comments

Comments
 (0)