Commit 6e5d4df
authored
🩹 [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]
- [ ] 1 parent e2c6e91 commit 6e5d4df
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