j
Some checks failed
/ publish (push) Failing after 6m12s

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

View file

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