ci: use actions/create-github-app-token#1046
Open
nielspardon wants to merge 2 commits intosubstrait-io:mainfrom
Open
ci: use actions/create-github-app-token#1046nielspardon wants to merge 2 commits intosubstrait-io:mainfrom
nielspardon wants to merge 2 commits intosubstrait-io:mainfrom
Conversation
replaces the deprecated `tibdex/github-app-token` with `actions/create-github-app-token` Signed-off-by: Niels Pardon <par@zurich.ibm.com>
e6bb85f to
7e1d1d0
Compare
Signed-off-by: Niels Pardon <par@zurich.ibm.com>
nielspardon
commented
Apr 13, 2026
Comment on lines
+27
to
+31
| # request token for both substrait and substrait-packaging repos | ||
| # for ci/release/notify.sh | ||
| repositories: | | ||
| substrait | ||
| substrait-packaging |
Member
Author
There was a problem hiding this comment.
@vbarua I think this should help with the 403 we are getting currently:
[4:43:35 AM] [semantic-release] [@semantic-release/exec] › ℹ Call script ci/release/notify.sh 0.88.0
could not create workflow dispatch event: HTTP 403: Resource not accessible by integration (https://api.github.com/repos/substrait-io/substrait-packaging/actions/workflows/226147488/dispatches)
https://github.com/substrait-io/substrait/actions/runs/24298853195/job/70948495423#step:5:156
Member
Author
There was a problem hiding this comment.
I think we also need to change the permissions for the Github App to include Actions write access to allow it to dispatch the workflow run in the substrait-packaging repo. This requires Github org admin permissions which apparently PMC members do not have.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tibdex/github-app-tokenwithactions/create-github-app-tokenci/release/notify.shscriptThis change is