Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
d462d4967b
commit
1fe7b44064
2 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
go-version: "1.21"
|
go-version: "1.21"
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
- run: make build_password
|
- run: make build_password
|
||||||
- run: bash ./scripts/publish_packages.sh
|
- run: bash ./scripts/publish_packages.sh "./bin" "${{ env.GITHUB_ACTOR }}" "${{ secrets.PACKAGES }}"
|
||||||
- run: make publish_password
|
- run: make publish_password
|
||||||
env:
|
env:
|
||||||
VER: latest
|
VER: latest
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
echo "Publish generique package"
|
echo "Publish generique package"
|
||||||
|
|
||||||
PATH=${1}
|
PATH=${1}
|
||||||
USER=${{ env.GITHUB_ACTOR }}
|
USER=${2}
|
||||||
TOKEN=${{ secrets.PACKAGES }}
|
TOKEN=${3}
|
||||||
|
|
||||||
echo "${USER}:${TOKEN}"
|
echo "${USER}:${TOKEN}"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue