Skip to content

Commit 7405781

Browse files
authored
chore: remove reusable workflow and pass github-token to releases (#5)
## Summary - Remove `structlint.yml` reusable workflow that caused cosmetic failures in Actions tab - Pass `github-token` to releaseforge action in release workflow for contributor username resolution ## Test plan - [ ] No more "failed" cosmetic workflow runs on push - [ ] Release workflow correctly passes GITHUB_TOKEN
1 parent ce8c663 commit 7405781

2 files changed

Lines changed: 1 addition & 69 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
with:
5151
command: generate
5252
api-key: ${{ secrets.GEMINI_API_KEY }}
53+
github-token: ${{ secrets.GITHUB_TOKEN }}
5354

5455
- name: Create and push tag
5556
run: |

.github/workflows/structlint.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)