Skip to content

Commit

Permalink
FIX: adding permissions to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcarcamov committed Nov 5, 2024
1 parent 058c237 commit 7d453e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_base_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
jobs:
build-base-container:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_latest_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ env:
jobs:
build-latest-container:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_tagged_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ env:
jobs:
build-tagged-container:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Get tag
id: tag
Expand Down

0 comments on commit 7d453e8

Please sign in to comment.