Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzjacobs committed Jan 11, 2024
1 parent 2e2dc48 commit e4244ba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: "foo"
name: "NPM_TOKEN"

on: pull_request

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: node
uses: actions/setup-node@v3
- name: 🚀 release
env:
FOO: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo ${#FOO}
npm whoami
echo ${#NPM_TOKEN}

0 comments on commit e4244ba

Please sign in to comment.