Skip to content

Commit e171163

Browse files
🩹 [Patch]: Remove GITHUB_TOKEN environment variable from Auto-Release (#35)
## Description This pull request includes a small change to the `.github/workflows/Auto-Release.yml` file. The change removes the `env` section which contained the `GITHUB_TOKEN` used for GitHub CLI authentication. * [`.github/workflows/Auto-Release.yml`](diffhunk://#diff-d3f6900ee5159d4bc4ba6d893e2dd8443c2691b0490d7351cffbd7a37ed8d95aL33-L34): Removed the `env` section with the `GITHUB_TOKEN` used for GitHub CLI authentication. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 38c1a5b commit e171163

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)