mirror of
https://github.com/gogs/gogs.git
synced 2026-01-04 14:40:01 +01:00
github: give Docker workflow write access to packages (#6678)
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
||||
permissions:
|
||||
actions: write
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- name: Canel previous runs on main
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||
|
||||
Reference in New Issue
Block a user