Skip to content

Commit

Permalink
Added contents write permission
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Sep 5, 2023
1 parent 54fe6be commit 4a8f56b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
Depscan-Alpine-Build:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
container: python:3.10-alpine
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
Depscan-Linux-Build:
runs-on: ubuntu-20.04
permissions:
contents: read
contents: write
packages: write
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
Depscan-Windows-Build:
runs-on: windows-latest
permissions:
contents: read
contents: write
packages: write
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4a8f56b

Please sign in to comment.