Skip to content

Commit

Permalink
fix: remove use of PAT (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Sep 7, 2023
1 parent 189130f commit 48e6f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
with:
body_path: GITHUB_CHANGELOG.md
tag_name: ${{ steps.release.outputs.version }}
token: ${{ secrets.PAT }}
# token: ${{ secrets.PAT }}

- id: clean_version
run: |
version=$(echo "${{ steps.release.outputs.version }}" | sed 's/v//g')
Expand Down

0 comments on commit 48e6f9b

Please sign in to comment.