h
Some checks failed
/ publish (push) Failing after 6m36s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-08-12 17:18:22 +02:00
commit 5d2482dd0e
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -13,9 +13,10 @@ jobs:
with:
go-version: "1.21"
- run: make build_password
- run: bash ./scripts/publish_packages.sh "./bin"
- name: test secrets
run: echo "${LOGIN}"" && bash ./scripts/publish_packages.sh "./bin"
env:
LOGIN: ${{ env.GITHUB_ACTOR }}
LOGIN: ${{ forge.ACTOR }}
PASSWORD: ${{ secrets.PACKAGE }}
- run: make publish_password
env: