Skip to content

Commit

Permalink
try permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphv authored Aug 8, 2024
1 parent e678340 commit d588109
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docker-tools-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d588109

Please sign in to comment.