Skip to content

Commit

Permalink
Set snapshot action to release environment so it can access secret
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Oct 19, 2023
1 parent 64be79a commit 7772e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
release-snapshot:
name: Publish snapshot release to npm
runs-on: ubuntu-latest
environment: release
if: github.event_name != 'workflow_dispatch'
steps:
- name: Checkout
Expand Down

0 comments on commit 7772e9d

Please sign in to comment.