mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-31 08:25:39 +00:00
Set 'packages' scope permission to write for GITHUB_TOKEN
This commit is contained in:
parent
da2d2d49d5
commit
7abc5f9c5a
2
.github/workflows/build-docker-images.yml
vendored
2
.github/workflows/build-docker-images.yml
vendored
@ -19,6 +19,8 @@ on:
|
||||
jobs:
|
||||
docker-images:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
# https://github.com/marketplace/actions/checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user