a
Some checks failed
/ publish_password (push) Failing after 6m21s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-08-12 22:35:18 +02:00
commit 76d3e38f1b
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
3 changed files with 24 additions and 7 deletions

View file

@ -4,7 +4,7 @@ on:
push:
jobs:
publish:
publish_password:
runs-on: docker
steps:
- run: apt-get update && apt-get install -y make
@ -14,10 +14,13 @@ jobs:
go-version: "1.21"
- run: make build_password
- name: test secrets
run: echo "${PASSWORD}" && bash ./scripts/publish_packages.sh "./bin"
run: echo "${PASSWORD}" && bash ./scripts/publish_packages.sh "./bin" "password"
env:
LOGIN: ${{ forge.ACTOR }}
PASSWORD: ${{ secrets.PACKAGE }}
SERVER_URL: ${{ forge.SERVER_URL }}
OWNER: ${{ forge.REPOSITORY_OWNER }}
VER: latest
- run: make publish_password
env:
VER: latest

View file

@ -3,7 +3,7 @@ on:
types: [opened, closed]
jobs:
test:
validate_password:
runs-on: docker
steps:
- run: echo All good!