Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
5d2482dd0e
commit
27cb3d22e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "${LOGIN}" && bash ./scripts/publish_packages.sh "./bin"
|
||||||
env:
|
env:
|
||||||
LOGIN: ${{ forge.ACTOR }}
|
LOGIN: ${{ forge.ACTOR }}
|
||||||
PASSWORD: ${{ secrets.PACKAGE }}
|
PASSWORD: ${{ secrets.PACKAGE }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue