From ad5c4664d5295dd67e76c00bf279550872246f0e Mon Sep 17 00:00:00 2001 From: Yury Lebedev Date: Fri, 30 Aug 2024 16:04:16 +0200 Subject: [PATCH] Fix permissions system-tests workflow We need write permissions to push images to registry. --- .github/workflows/system-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index dca53c3ff7b..5e4339dc760 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -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 @@ -101,6 +103,8 @@ jobs: - graphql23 runs-on: ubuntu-latest name: Build (${{ matrix.app }}) + permissions: + packages: write steps: - name: Checkout uses: actions/checkout@v4