Skip to content

Commit d000bd0

Browse files
authored
fix: use token for semantic release (#9)
* fix: use token for semantic release * fix: remove permissions block --------- Co-authored-by: Bryce Tham <btham@cisco.com>
1 parent 76b1c0c commit d000bd0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@ on:
88
branches:
99
- main
1010

11-
permissions:
12-
contents: write
13-
1411
jobs:
1512
semantic-release:
1613
name: semantic-latest
1714
runs-on: ubuntu-latest
1815
steps:
1916
- uses: actions/checkout@v3
2017
with:
21-
persist-credentials: false
18+
token: ${{ secrets.CI_TOKEN }}
2219
- uses: actions/setup-node@v3
2320
with:
2421
node-version: 16

0 commit comments

Comments
 (0)