There was an error while loading. Please reload this page.
1 parent b835233 commit 9722280Copy full SHA for 9722280
1 file changed
.github/workflows/build-and-publish.yml
@@ -13,6 +13,10 @@ on:
13
env:
14
NODE_VERSION: 22
15
16
+permissions:
17
+ contents: write
18
+ packages: read
19
+
20
jobs:
21
build-and-publish:
22
runs-on: ubuntu-24.04
@@ -23,8 +27,6 @@ jobs:
23
27
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
24
28
- uses: aboutbits/github-actions-base/git-setup@v2
25
29
- uses: aboutbits/github-actions-node/configure-github-npm-registry-access@v3
26
- with:
- token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
30
- uses: aboutbits/github-actions-node/configure-github-npm-registry-organization@v3
31
- uses: aboutbits/github-actions-node/build-and-publish-package@v3
32
id: package
0 commit comments