Skip to content

Commit

Permalink
Add 'write' permissions for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardob90 committed Jul 5, 2023
1 parent c8bf051 commit 3ad6258
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:
workflow_dispatch:

jobs:
build:
repo2docker:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: checkout files in repo
uses: actions/checkout@main
Expand Down

0 comments on commit 3ad6258

Please sign in to comment.