File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 23
23
latest-version : ${{ steps.version.outputs.value }}
24
24
implementation-name : ${{ steps.impl.outputs.name }}
25
25
steps :
26
- - uses : actions/checkout@v4
27
- with :
28
- persist-credentials : false
29
26
30
27
- name : Install bowtie
31
28
uses : bowtie-json-schema/bowtie@main
86
83
podman --remote info
87
84
echo "DOCKER_HOST=unix://$(podman info --format '{{.Host.RemoteSocket.Path}}')" >> $GITHUB_ENV
88
85
89
- - name : Install uv
90
- uses : astral-sh/setup-uv@v5
91
- with :
92
- enable-cache : true
93
-
94
86
- name : Smoke Test
95
87
env :
96
88
IMAGE_WITH_TAG : ${{ steps.build_image.outputs.image-with-tag }}
@@ -177,7 +169,7 @@ jobs:
177
169
178
170
- name : Create release assotiated with the tag
179
171
env :
180
- GH_TOKEN : ${{ github.token }}
172
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
181
173
run : >
182
174
gh api
183
175
--method POST
You can’t perform that action at this time.
0 commit comments