mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-11-09 23:00:14 +00:00
Fix Github access-token warning
Repo aktau/github-release is unmaintained since 2017, vdice/github-release contains minor changes to original repo and therefore is the most suited for replacement. Only change is about the access token (which fixes exactly above mentioned warning) and hiding access-tokens from errors (which is now no longer required). Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9d062166c8
commit
f54f131825
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
|
||||
365e7c96a65ac13a36df75f6dc18583db82f4e060de5c914bd8edcc1f5c5aac7 golang.sh
|
||||
82ea152c40324750ba1dc5b6f91908694bf7b0d8b484495f86bad3267555d20d golang.sh
|
||||
|
|
|
@ -34,7 +34,7 @@ go version
|
|||
|
||||
step "Retrieve dependencies"
|
||||
pushd ${GOPATH}
|
||||
go get github.com/aktau/github-release
|
||||
go get github.com/vdice/github-release
|
||||
popd
|
||||
|
||||
step "Test code"
|
||||
|
|
Loading…
Reference in a new issue