ci: remove unnecessary permissions from docker workflow
This commit is contained in:
parent
c8d55ce016
commit
d112627564
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -12,8 +12,6 @@ jobs:
|
||||
docker:
|
||||
name: Docker
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: "write"
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Reference in New Issue
Block a user