Skip to content

Commit 3abaa60

Browse files
committed
Added github token to goreleaser action
1 parent bf951d4 commit 3abaa60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
args: --rm-dist --debug --config ./.goreleaser-iofogctl.yml
209209
env:
210210
VERSION: ${{ needs.Build.outputs.VERSION }}
211+
GITHUB_TOKEN: ${{ github.token }}
211212
- name: Install Packagecloud cli
212213
run: go install github.com/edgeworx/[email protected]
213214
- run: ./.packagecloud-publish.sh

0 commit comments

Comments
 (0)