build: Add github personal access token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user