Skip to content

Commit

Permalink
permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-foxtrot committed Mar 10, 2025
1 parent a566515 commit 8ab1b88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_docker_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
build_docker_containers:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Runner Info
run: printenv | sort
Expand Down

0 comments on commit 8ab1b88

Please sign in to comment.