build: Add github personal access token
This commit is contained in:
@@ -19,6 +19,7 @@ jobs:
|
|||||||
github-server-url: https://github.com
|
github-server-url: https://github.com
|
||||||
repository: podman-container-tools/skopeo
|
repository: podman-container-tools/skopeo
|
||||||
ref: $SKOPEO_VERSION
|
ref: $SKOPEO_VERSION
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
- name: Build Linux binary
|
- name: Build Linux binary
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y go-md2man
|
apt-get update && apt-get install -y go-md2man
|
||||||
@@ -47,6 +48,7 @@ jobs:
|
|||||||
github-server-url: https://github.com
|
github-server-url: https://github.com
|
||||||
repository: podman-container-tools/skopeo
|
repository: podman-container-tools/skopeo
|
||||||
ref: $SKOPEO_VERSION
|
ref: $SKOPEO_VERSION
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
- name: Build Windows binary
|
- name: Build Windows binary
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y go-md2man
|
apt-get update && apt-get install -y go-md2man
|
||||||
|
|||||||
Reference in New Issue
Block a user