adjusting how the password is called
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
James Tombleson 2023-06-15 22:08:24 -07:00
parent d35cf7b437
commit 5c0f9f3d8a
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 {
}