mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 06:44:07 -06:00
1.1 KiB
1.1 KiB
- On the main page of your organization, go to Packages
- Go to the package and open "Package settings" in the right sidebar
- Under Manage Actions access, add the repo as the source
- Make sure to allow Write acces
In the source repo, where the GitHub Actions Workflow is running, go to settings, actions, select the workflow, and add write permission there too.
Finally, we also need to add permissions in the workflow yaml:
build_and_push:
name: Build image & push
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
See also:
Links:
202404301753

