Skip to content

Commit a381350

Browse files
committed
fix ci permissions for changeset action
1 parent c3941fc commit a381350

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release-alpha.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ jobs:
55
# Release alpha version on NPM for Hive libraries
66
npm:
77
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
8+
permissions:
9+
pull-requests: write
10+
actions: write
11+
contents: write
812
with:
913
npmTag: alpha
1014
buildScript: build:libraries

.github/workflows/release-stable.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
permissions:
2121
pull-requests: write
22+
actions: write
23+
contents: write
2224
env:
2325
HIVE_TOKEN: ${{ secrets.HIVE_TOKEN }}
2426
# AWS_* are used by Oclif CLI

0 commit comments

Comments
 (0)