resolve access to secrets and a few other issues

Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
R.I.Pienaar
2023-03-15 13:41:30 +01:00
parent 7f60363d8a
commit 2e362fee40
2 changed files with 31 additions and 17 deletions

View File

@@ -19,4 +19,7 @@ jobs:
- uses: ./src/github.com/nats-io/nats-server/.github/actions/nightly-release
with:
go: "1.19"
workdir: src/github.com/nats-io/nats-server
label: nightly-main
hub_username: "${{ secrets.DOCKER_USERNAME }}"
hub_password: "${{ secrets.DOCKER_PASSWORD }}"