Skip to content

Commit

Permalink
Update permissions in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nurliman committed May 8, 2024
1 parent 123f89d commit 6c8eaf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-otters-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nurliman/base85": patch
---

Update permissions in release workflow
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 6c8eaf1

Please sign in to comment.