adjusting how the password is called #6

Merged
jtom38 merged 1 commits from features/ci/password-fix-maybe into main 2023-06-15 22:09:21 -07:00
2 changed files with 8 additions and 5 deletions

View File

@ -6,13 +6,11 @@ name: build
steps:
- name: build image
image: plugins/docker
environment:
PAT:
from_secret: DockerPushPat
settings:
username: jtom38
password: $PAT
repo: jtom38/newsbot-portal
username: jtom38
password:
from_secret: DockerPushPat
trigger:
branch:
include:

View File

@ -0,0 +1,5 @@
<h3>ApiKeyLogin</h3>
@code {
}