We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3941fc commit a381350Copy full SHA for a381350
.github/workflows/release-alpha.yaml
@@ -5,6 +5,10 @@ jobs:
5
# Release alpha version on NPM for Hive libraries
6
npm:
7
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
8
+ permissions:
9
+ pull-requests: write
10
+ actions: write
11
+ contents: write
12
with:
13
npmTag: alpha
14
buildScript: build:libraries
.github/workflows/release-stable.yaml
@@ -19,6 +19,8 @@ jobs:
19
runs-on: ubuntu-22.04
20
permissions:
21
pull-requests: write
22
23
24
env:
25
HIVE_TOKEN: ${{ secrets.HIVE_TOKEN }}
26
# AWS_* are used by Oclif CLI
0 commit comments