Skip to content

Commit

Permalink
chore: update workflow permissions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Aug 9, 2024
1 parent 4c7665c commit 1972c00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: Release and Publish
name: Publish

permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Lint and Tests
name: Test

on:
push:
Expand Down

0 comments on commit 1972c00

Please sign in to comment.