File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release :
10
10
runs-on : ubuntu-latest
11
+ permissions :
12
+ packages : write
11
13
steps :
12
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
13
15
- uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # 1.11.6
21
23
args : " release-server --tag=$TAG --registry=ghcr.io --image-name=$IMAGE_NAME --username=$REGISTRY_USERNAME --password=env://REGISTRY_PASSWORD"
22
24
env :
23
25
IMAGE_NAME : ${{ github.repository }}
24
- REGISTRY_PASSWORD : ${{ steps.app-token.outputs.token }}
26
+ REGISTRY_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
25
27
REGISTRY_USERNAME : ${{ github.repository_owner }}
26
28
TAG : ${{ github.event.release.tag_name }}
27
29
- uses : dagger/dagger-for-github@e47aba410ef9bb9ed81a4d2a97df31061e5e842e # 8.0.0
You can’t perform that action at this time.
0 commit comments