-
-
Notifications
You must be signed in to change notification settings - Fork 135
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: Parameter token or opts.auth is required #356
Comments
This is happening to me also... |
+1 |
Is this happening consistently, or just occasionally? |
For me, it's consistently. This policy is a good policy, it makes a lot of sense, but it should be refined. |
That is very likely to be the issue. The workflow just doesn't have access to secrets in that scenario. My only advice would be to try and refactor the workflows to avoid running on fork pull requests. Perhaps look into using |
This is what I've had to do. |
with:
repository: antonsaurytski83/polar-deployment
event-type: app_delivery
client-payload: { "app_image": "ghcr.io/antonsaurytski83/catalog-service", "app_name": "catalog-service", "app_version": "dc4704191e8b1c3d46d22929c7eff93232e5378d" }
env:
OWNER: antonsaurytski83
REGISTRY: ghcr.io
APP_REPO: catalog-service
DEPLOY_REPO: polar-deployment
VERSION: dc4704191e8b1c3d46d22929c7eff93232e5378d
Error: Parameter token or opts.auth is required
The text was updated successfully, but these errors were encountered: