mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 09:56:22 +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:
|
tags:
|
||||||
- v0.12.*
|
- v0.12.*
|
||||||
|
|
||||||
permissions:
|
# permissions:
|
||||||
contents: read
|
# contents: read
|
||||||
id-token: 'write'
|
# id-token: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
id-token: 'write'
|
id-token: write
|
||||||
environment:
|
environment:
|
||||||
name: release
|
name: release
|
||||||
|
|
||||||
|
|
@ -30,9 +30,6 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: echo ${{ secrets.DOCKER_USERNAME }}
|
|
||||||
- run: echo ${{ secrets.DOCKER_SECRET }} | sum - | sum - | md5sum
|
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue