We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e33a01 commit ff950adCopy full SHA for ff950ad
.github/workflows/pre-build-devcontainer.yml
@@ -7,6 +7,9 @@ on: # rebuild any PRs and main branch changes
7
8
jobs:
9
build:
10
+ permissions:
11
+ contents: read
12
+ packages: write
13
runs-on: ubuntu-latest
14
env:
15
CONTAINER_OWNER: ${{ github.repository_owner }}
0 commit comments