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