whitebophir icon indicating copy to clipboard operation
whitebophir copied to clipboard

Update GitHub Actions to support GitHub Container Registry

Open webysther opened this issue 11 months ago • 2 comments

Closes #319

By opening a pull request, I certify that I hold the intellectual property of the code I am submitting, and I am granting the initial authors of WBO a perpetual, worldwide, non-exclusive, royalty-free, and irrevocable license to this code.

webysther avatar Jan 07 '25 17:01 webysther

hmm, I'm not sure, but I don't think this is how it is supposed to work?

You are never supposed to create GitHub tokens for gh actions, they should use their own temporary token, which is more secure. Shouldn't they?

lovasoa avatar Jan 07 '25 17:01 lovasoa

hmm, I'm not sure, but I don't think this is how it is supposed to work?

You are never supposed to create GitHub tokens for gh actions, they should use their own temporary token, which is more secure. Shouldn't they?

Yeap, I forgot, the GITHUB_TOKEN you don't need to create.

webysther avatar Jan 07 '25 17:01 webysther