d
Some checks failed
/ publish (push) Failing after 6m39s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-08-12 16:49:05 +02:00
commit d462d4967b
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,9 @@
#!/bin/bash
echo "Publish generique package"
PATH=${1}
USER=${{ env.GITHUB_ACTOR }}
TOKEN=${{ secrets.PACKAGES }}
echo "${USER}:${TOKEN}"