whitebophir
whitebophir copied to clipboard
Update GitHub Actions to support GitHub Container Registry
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.
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?
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.