Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
c97b8bb435
commit
5d2482dd0e
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue