mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Permissions?
This commit is contained in:
parent
fb2fb4135a
commit
0ae427c8e5
1 changed files with 4 additions and 7 deletions
11
.github/workflows/release.yaml
vendored
11
.github/workflows/release.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue