Skip to content
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

Add explicit github actions permissions #78

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

alex-semenyuk
Copy link
Member

@alex-semenyuk alex-semenyuk commented Aug 14, 2024

Fix 403 Forbidden on push to ghcr https://github.com/hyperledger/firefly-helm-charts/actions/runs/10368345659/job/28701800460

It seems recently we had the same issue on tezos connector https://github.com/hyperledger/firefly-tezosconnect/actions/runs/10303175771/job/28518553850

ERROR: failed to solve: failed to push ghcr.io/hyperledger/firefly-tezosconnect:v0.2.5-20240808-47: unexpected status from POST request to https://ghcr.io/v2/hyperledger/firefly-tezosconnect/blobs/uploads/: 403 Forbidden

Adding packages: write helped us since this permission allows the workflow to write to the repository’s package registry. So might help here as well

^^ @EnriqueL8

Signed-off-by: alexey semenyuk <alexsemenyuk88@gmail.com>
@EnriqueL8
Copy link
Contributor

EnriqueL8 commented Aug 14, 2024

Fantastic, thanks @alex-semenyuk - this is exactly what I was asking here https://discord.com/channels/905194001349627914/905205991073804308/1272872860494467093

Copy link
Contributor

@EnriqueL8 EnriqueL8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants