forked from RoushTech/docker
ci: remove unsupported permissions: fields from workflows #14
Loading…
Reference in a new issue
No description provided.
Delete branch "ci/remove-unsupported-permissions-fields"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Forgejo Actions doesn't support permissions: on workflows/jobs and warns on every job that has one (see warnings on #9). Job capabilities are granted via Authorized Integrations instead, so removed the permissions: blocks from build.yml and mirror-baseimages.yml.