From 98198cb9bc13c4f57cca48c9f2d36d2118abf071 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 2 Sep 2026 11:28:26 +1000 Subject: [PATCH] build: Add github personal access token --- .gitea/workflows/actions.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 9667ed6..e277c23 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -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