Skip to content

Commit 6e5d4df

Browse files
🩹 [Patch]: Remove GITHUB_TOKEN environment variable from Auto-Release (#13)
## Description This pull request includes a small change to the `.github/workflows/Auto-Release.yml` file. The change removes the `env` section that was used for GitHub CLI authentication. Changes to `.github/workflows/Auto-Release.yml`: * Removed the `env` section that contained the `GITHUB_TOKEN` used for GitHub CLI authentication. This is now included in the Auto-Release action. ## 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 e2c6e91 commit 6e5d4df

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)