-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Resource not accessible by integration #64
Comments
You can see how it works just by looking at this repo which itself uses this |
It is working, but it only works for main branch. PRs are not working. |
You can look at the prs in this repo as well. Works on them. You can also see other repos that use this as well for their PRs I don't use PAT in any of my private repos. Nor do the public repos that use this. GitHub token works well Maybe this might help: #50 |
External example: cfug/dio#2230 |
As my test procedures are really big and involves many related subsystems it is not worth having one extra cron workflow. So I would prefer to keep just one, as the test suite also runs for merges and pushes in the main branch. It looks like the behaviour changes depending on the input value of artifact_download_workflow_names: ${{ github.event_name == 'pull_request' && 'Lint and Test' || null}} Does it make sense? Still no success with this try. |
Hey there. Great to hear! I'm going to keep it open to remember to put this into the documentation for others! |
|
I get
Is there any special permission for this?
I am pretty sure there is the artifact "coverage-main" in the workflow "Lint and Test".
I tried:
and
The text was updated successfully, but these errors were encountered: