Skip to content

Commit

Permalink
Merge pull request #3879 from DataDog/fix-system-tests-workflow-permi…
Browse files Browse the repository at this point in the history
…ssions

Fix permissions system-tests workflow
  • Loading branch information
lloeki committed Aug 30, 2024
2 parents 47eb184 + ad5c466 commit 9e00232
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 @@ -28,6 +28,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 @@ -101,6 +103,8 @@ jobs:
- graphql23
runs-on: ubuntu-latest
name: Build (${{ matrix.app }})
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 9e00232

Please sign in to comment.