Skip to content

Commit

Permalink
fix: use token for semantic release (#9)
Browse files Browse the repository at this point in the history
* fix: use token for semantic release

* fix: remove permissions block

---------

Co-authored-by: Bryce Tham <btham@cisco.com>
  • Loading branch information
brycetham and brycetham authored Jul 30, 2024
1 parent 76b1c0c commit d000bd0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ on:
branches:
- main

permissions:
contents: write

jobs:
semantic-release:
name: semantic-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
token: ${{ secrets.CI_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit d000bd0

Please sign in to comment.