Skip to content

Commit

Permalink
fix(ci): removed token from actions/checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Aug 15, 2023
1 parent c776b05 commit 6431b6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
with:
# Needs to fetch historical commits in order to compare with origin/main
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
persist-credentials: false
- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down

0 comments on commit 6431b6f

Please sign in to comment.