We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
github/workflows/provider-prerequisites.yaml
Comment on PR with Details of Schema Check
Looks like the sub-job Comment on PR with Details of Schema Check requires the workflow's github.token to have read and write permissions.
github.token
read and write
This becomes an issue when a pr is created from a fork, since the token is from the fork and not from the parent repo.
Can we remove this section?
infra/.github/workflows/provider-prerequisites.yaml
Lines 61 to 69 in c467230
cc: @schmidtw
The text was updated successfully, but these errors were encountered:
example: https://github.com/pulumiverse/pulumi-vra/actions/runs/6534980011/job/17743382581?pr=39
Sorry, something went wrong.
@denopink the reusable workflows where an attempt to make it easier on package maintainers. In the meantime, we are migrating away from it.
simenandre
dirien
usrbinkat
rebelopsio
No branches or pull requests
Looks like the sub-job
Comment on PR with Details of Schema Check
requires the workflow'sgithub.token
to haveread and write
permissions.This becomes an issue when a pr is created from a fork, since the token is from the fork and not from the parent repo.
Can we remove this section?
infra/.github/workflows/provider-prerequisites.yaml
Lines 61 to 69 in c467230
cc: @schmidtw
The text was updated successfully, but these errors were encountered: