From 337c49e6a5180cdb210f0db9f0c743b661d04887 Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Thu, 27 Jun 2024 10:47:44 +0100 Subject: [PATCH] WIP --- .github/workflows/build-env-docker.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build-env-docker.yml b/.github/workflows/build-env-docker.yml index efdf22cb..4dbb1b3a 100644 --- a/.github/workflows/build-env-docker.yml +++ b/.github/workflows/build-env-docker.yml @@ -91,7 +91,20 @@ jobs: docker_release_merge: runs-on: ubuntu-latest needs: [docker_release_build] + # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. + permissions: + contents: read + packages: write + attestations: write + id-token: write steps: + - name: Log in to the Container registry + uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + with: + registry: ${{ env.REGISTRY }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Download digests uses: actions/download-artifact@v3 with: