Commit 9e2bd35
authored
🩹 [Patch]: Remove GITHUB_TOKEN environment variable, its already in the Github-Script (#75)
## Description
This pull request includes a small change to the
`.github/workflows/Auto-Release.yml` file. The change removes the `env`
section that contained the `GITHUB_TOKEN` used for GitHub CLI
authentication. This is already included in the GitHub-Script, so the
`env` section is no longer needed.
*
[`.github/workflows/Auto-Release.yml`](diffhunk://#diff-d3f6900ee5159d4bc4ba6d893e2dd8443c2691b0490d7351cffbd7a37ed8d95aL33-L34):
Removed the `env` section containing `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]
- [ ] 1 parent b918423 commit 9e2bd35
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
0 commit comments