1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-01-29 18:53:51 +02:00

add gh token to goreleaser

This commit is contained in:
Simon Aronsson 2021-03-28 21:27:16 +02:00 committed by GitHub
parent 228dd75d7b
commit 027584aca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/ && \