Skip to content

Commit ba57fa8

Browse files
fix: Add permissions section to container job in GitHub Actions workflow
1 parent d7ebf6a commit ba57fa8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/devcontainer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
container:
2222
name: container
2323
runs-on: ubuntu-latest
24+
permissions:
25+
contents: read
26+
packages: write
2427
steps:
2528
- name: Check out the repo
2629
uses: actions/checkout@v3

0 commit comments

Comments
 (0)