Skip to content

Commit

Permalink
fix(release): update workflow.yml permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-cedar committed Nov 17, 2023
1 parent 9dacd32 commit f1172c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
release:
runs-on: ubuntu-latest
concurrency: release

permissions:
id-token: write
contents: write
environment: production
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f1172c8

Please sign in to comment.