Merge pull request 'adjusting how the password is called' (#6) from features/ci/password-fix-maybe into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #6
This commit is contained in:
jtom38 2023-06-15 22:09:19 -07:00
commit 0b2bcc9207
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 {
}