From 0ae427c8e5901854957e6cdc769d1872a0e8fa2b Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 4 Oct 2024 18:24:33 +0100 Subject: [PATCH] Permissions? --- .github/workflows/release.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3692093c..e3971be6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,9 +9,9 @@ on: tags: - v0.12.* -permissions: - contents: read - id-token: 'write' +# permissions: +# contents: read +# id-token: write jobs: @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write - id-token: 'write' + id-token: write environment: name: release @@ -30,9 +30,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - run: echo ${{ secrets.DOCKER_USERNAME }} - - run: echo ${{ secrets.DOCKER_SECRET }} | sum - | sum - | md5sum - - name: Log in to Docker Hub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a with: