Skip to content

Commit

Permalink
Merge pull request #1326 from okonet/ci-permissions-2
Browse files Browse the repository at this point in the history
ci: fix Changeset action permissions
  • Loading branch information
iiroj committed Sep 16, 2023
2 parents cb66d2c + 318c5b4 commit 19a6527
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/blue-tigers-know.md
@@ -0,0 +1,2 @@
---
---
7 changes: 5 additions & 2 deletions .github/workflows/push.yml
Expand Up @@ -11,7 +11,6 @@ on:

permissions:
contents: read
pull-requests: write # Changeset action

jobs:
install:
Expand Down Expand Up @@ -150,7 +149,11 @@ jobs:

release:
permissions:
contents: write # for publishing release
contents: write
issues: read
packages: write
pull-requests: write
id-token: write
name: Release
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 19a6527

Please sign in to comment.