We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a5fd9 commit 665d356Copy full SHA for 665d356
‎.github/workflows/master.yaml
@@ -9,6 +9,8 @@ env:
9
CI: true
10
jobs:
11
test-build-publish:
12
+ permissions:
13
+ contents: write
14
name: Test and build
15
runs-on: ubuntu-latest
16
steps:
‎.github/workflows/publish-ghpr.yaml
@@ -12,12 +12,16 @@ env:
17
+ packages: write
18
name: Publish package to GPR
19
20
21
- uses: actions/checkout@v4
22
with:
23
ref: ${{ github.event.inputs.release }}
24
+ registry-url: https://npm.pkg.github.com
25
- uses: actions/setup-node@v4
26
27
node-version: 20
0 commit comments