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