Skip to content

Commit

Permalink
Remove PAT from release-action
Browse files Browse the repository at this point in the history
Might not be needed anymore since the protected tag is created
separately
  • Loading branch information
AJGranowski committed Sep 29, 2024
1 parent 9be4b8b commit b9001fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,4 @@ jobs:
artifactErrorsFailBuild: true
artifacts: "release/entrypoint,release/user-mirror"
generateReleaseNotes: true
name: Release ${{ env.RELEASE_VERSION }}
token: ${{ secrets.PAT }}
name: Release ${{ env.RELEASE_VERSION }}

0 comments on commit b9001fa

Please sign in to comment.