[CI] Fix GH token in release steps

Also adds a temporary release-adhoc.yml worklfow to handle the last pieces
of the release job that failed.
This commit is contained in:
Chris Bono
2025-03-16 22:35:20 -05:00
parent c154257e40
commit 5b4107cbad
2 changed files with 98 additions and 0 deletions

View File

@@ -189,6 +189,8 @@ jobs:
git tag v$VERSION
git push --tags origin
- name: Changelog Config File
env:
GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
run: |
repositoryTeam=$(gh api repos/$GITHUB_REPOSITORY/collaborators --jq 'map(select(.role_name == "admin") | .login) | tostring')
repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1})