Skip to content

Commit

Permalink
Permissions?
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Oct 4, 2024
1 parent fb2fb41 commit 0ae427c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
tags:
- v0.12.*

permissions:
contents: read
id-token: 'write'
# permissions:
# contents: read
# id-token: write

jobs:

Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: 'write'
id-token: write
environment:
name: release

Expand All @@ -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:
Expand Down

0 comments on commit 0ae427c

Please sign in to comment.