Commit e171163
authored
🩹 [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]
- [ ] 1 parent 38c1a5b commit e171163
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