build: Add github personal access token
build-binaries / Build binary (Linux) (push) Failing after 40s
build-binaries / Build binary (Windows) (push) Failing after 39s

This commit is contained in:
2026-09-02 11:28:26 +10:00
parent 72ca0960e2
commit 98198cb9bc
+2
View File
@@ -19,6 +19,7 @@ jobs:
github-server-url: https://github.com
repository: podman-container-tools/skopeo
ref: $SKOPEO_VERSION
token: ${{ secrets.GH_TOKEN }}
- name: Build Linux binary
run: |
apt-get update && apt-get install -y go-md2man
@@ -47,6 +48,7 @@ jobs:
github-server-url: https://github.com
repository: podman-container-tools/skopeo
ref: $SKOPEO_VERSION
token: ${{ secrets.GH_TOKEN }}
- name: Build Windows binary
run: |
apt-get update && apt-get install -y go-md2man