fix(actions): remove unsupported permissions fields #1
Loading…
Reference in a new issue
No description provided.
Delete branch "pi/deff:fix/remove-unsupported-workflow-permissions"
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?
Removes the unsupported
permissionsfield from all three Forgejo workflows, eliminating the Forgejo warning.The sync job will retain repository write access through Forgejo's automatic workflow token. Forgejo documents that this token can push commits and access repository APIs; Authorized Integrations are only needed for capabilities beyond that scope.
Reference: https://forgejo.org/docs/latest/user/actions/basic-concepts/