Skip to content

Commit 9f1969b

Browse files
author
Oleg
committed
Cleanup workflows
1 parent ca0a56b commit 9f1969b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
latest-version: ${{ steps.version.outputs.value }}
2424
implementation-name: ${{ steps.impl.outputs.name }}
2525
steps:
26-
- uses: actions/checkout@v4
27-
with:
28-
persist-credentials: false
2926

3027
- name: Install bowtie
3128
uses: bowtie-json-schema/bowtie@main
@@ -86,11 +83,6 @@ jobs:
8683
podman --remote info
8784
echo "DOCKER_HOST=unix://$(podman info --format '{{.Host.RemoteSocket.Path}}')" >> $GITHUB_ENV
8885
89-
- name: Install uv
90-
uses: astral-sh/setup-uv@v5
91-
with:
92-
enable-cache: true
93-
9486
- name: Smoke Test
9587
env:
9688
IMAGE_WITH_TAG: ${{ steps.build_image.outputs.image-with-tag }}
@@ -177,7 +169,7 @@ jobs:
177169
178170
- name: Create release assotiated with the tag
179171
env:
180-
GH_TOKEN: ${{ github.token }}
172+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
181173
run: >
182174
gh api
183175
--method POST

0 commit comments

Comments
 (0)