Compare commits

...

2 Commits

Author SHA1 Message Date
jtom38 0b2bcc9207 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
2023-06-15 22:09:19 -07:00
James Tombleson 5c0f9f3d8a adjusting how the password is called
continuous-integration/drone/pr Build is passing Details
2023-06-15 22:08:24 -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 {
}