e
Some checks failed
/ publish (push) Failing after 6m37s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-08-12 17:00:18 +02:00
commit 1fe7b44064
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 3 additions and 3 deletions

View file

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

View file

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