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 correct permissions for action #74

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Add correct permissions for action #74

merged 1 commit into from
Aug 14, 2024

Conversation

EnriqueL8
Copy link
Contributor

@EnriqueL8 EnriqueL8 commented Aug 14, 2024

Due to new changes the GitHub Token in the action no longer has the write permissions and thus the actions fail when pushing the docker image to ghcr.io. To enable the GitHub token to have those permissions, it now needs to be specified within the job itself.

403 forbidden error https://github.com/hyperledger/firefly-signer/actions/runs/10359460639

The push refers to repository [ghcr.io/hyperledger/firefly-signer]
fecdbc4471ce: Preparing
31d7a001c31a: Preparing
96bc1885c3ff: Preparing
6f697f52d485: Preparing
denied: installation not allowed to Write organization package

Signed-off-by: Enrique Lacal <enrique.lacal@kaleido.io>
@peterbroadhurst peterbroadhurst merged commit 5256116 into main Aug 14, 2024
2 checks passed
@peterbroadhurst peterbroadhurst deleted the fix_gh_action branch August 14, 2024 11:30
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