Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
Expect to parse workflow, but not to succeed at npm publish
  • Loading branch information
jcreedcmu committed Mar 23, 2024
1 parent 6fe5418 commit 781aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
publish:
environment:
NPM_TOKEN: "${{ secrets.NPM_PUBLISH_TOKEN }}"
foo: bar
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 781aa25

Please sign in to comment.