Skip to content

Commit 9ca5440

Browse files
🩹 [Refactor]: Remove GITHUB_TOKEN environment variable from Auto-Release workflow for improved security
1 parent ce838e8 commit 9ca5440

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎.github/workflows/Auto-Release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ jobs:
3030

3131
- name: Auto-Release
3232
uses: PSModule/Auto-Release@v1
33-
env:
34-
GITHUB_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication
3533
with:
3634
IncrementalPrerelease: false

0 commit comments

Comments
 (0)