ci: use GitHub App token in integration-tests workflow#100
ci: use GitHub App token in integration-tests workflow#100Abhijeet Prasad (AbhiPrasad) merged 2 commits intomainfrom
Conversation
|
After commenting Anyway, it fails with: It might be a local issue because this isn't a real Github action, or might mean the new workflow is broken. Could you do a canary release or something to trigger the workflow on the real github runner? |
|
Wait I think I can do a canary release? |
|
A canary release won’t do anything - this is for the workflow of adding the label. I added one, but it’s using the workflow from main so still failing. We have an identical workflow in the JavaScript repo, it recently was updated to use the same logic as we now have here. Given it works in the other repo, I think we can try it here too. Unfortunately until we merge there’s no good way to test this. act does not suffice. |
ViaDézo1er / cedric (viadezo1er)
left a comment
There was a problem hiding this comment.
Let's try it then
Using the run-integration-tests label was failing in #99. This fixes that.