Skip to content

Commit

Permalink
Fix permissions system-tests workflow
Browse files Browse the repository at this point in the history
We need write permissions to push images to registry.
  • Loading branch information
y9v authored and marcotc committed Sep 12, 2024
1 parent 88c7723 commit 99a0138
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: proxy
internal: datadog/system-tests:proxy-v1
runs-on: ubuntu-latest
permissions:
packages: write
name: Build (${{ matrix.image.name }})
steps:
- name: Checkout
Expand Down Expand Up @@ -100,6 +102,8 @@ jobs:
- rails71
runs-on: ubuntu-latest
name: Build (${{ matrix.app }})
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 99a0138

Please sign in to comment.