You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use nrwl/nx-set-shas@v3 so got taken along with the v3.1.0+ release yesterday.
We use merge queues in our repository.
Our branch PR builds are working fine but the merge queue build is failing with a permissions error.
Workflow gets triggered with:
name: Build
on:
merge_group:
push:
branches-ignore:
# No need to test on main, since we have a merge queue.
- main
- gh-readonly-queue/main/*
Then the error from one of our MQ builds:
Run nrwl/nx-set-shas@v3
Run node "$GITHUB_ACTION_PATH/dist/index.js" "$gh_token" "$main_branch_name" "$error_on_no_successful_workflow" "$last_successful_event" "$working_directory" "$working_id"
Found PR #18428 from merge queue branch
Error: Resource not accessible by integration
Error: Process completed with exit code 1.
Hi folks!
We use
nrwl/nx-set-shas@v3
so got taken along with the v3.1.0+ release yesterday.We use merge queues in our repository.
Our branch PR builds are working fine but the merge queue build is failing with a permissions error.
Workflow gets triggered with:
Then the error from one of our MQ builds:
We've the permissions globally in the workflow:
And the snippet which uses the action:
Any ideas?
The text was updated successfully, but these errors were encountered: