adjusting how the password is called
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
d35cf7b437
commit
5c0f9f3d8a
@ -6,13 +6,11 @@ name: build
|
|||||||
steps:
|
steps:
|
||||||
- name: build image
|
- name: build image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
environment:
|
|
||||||
PAT:
|
|
||||||
from_secret: DockerPushPat
|
|
||||||
settings:
|
settings:
|
||||||
username: jtom38
|
|
||||||
password: $PAT
|
|
||||||
repo: jtom38/newsbot-portal
|
repo: jtom38/newsbot-portal
|
||||||
|
username: jtom38
|
||||||
|
password:
|
||||||
|
from_secret: DockerPushPat
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
include:
|
include:
|
||||||
|
5
Newsbot.Portal.Blazor.Server/Shared/ApiKeyLogin.razor
Normal file
5
Newsbot.Portal.Blazor.Server/Shared/ApiKeyLogin.razor
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<h3>ApiKeyLogin</h3>
|
||||||
|
|
||||||
|
@code {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user