mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
add gh token to goreleaser
This commit is contained in:
parent
228dd75d7b
commit
027584aca2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -75,6 +75,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: v0.155.0
|
version: v0.155.0
|
||||||
args: --debug
|
args: --debug
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Enable experimental docker features
|
- name: Enable experimental docker features
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.docker/ && \
|
mkdir -p ~/.docker/ && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue