Commit 15c4ba3f authored by Brad Davidson's avatar Brad Davidson Committed by Craig Jellick

Fix CI dispatch failure due to incorrect secret name

parent 8b33f7f5
...@@ -302,7 +302,7 @@ steps: ...@@ -302,7 +302,7 @@ steps:
PAT_USERNAME: PAT_USERNAME:
from_secret: pat_username from_secret: pat_username
PAT_TOKEN: PAT_TOKEN:
from_secret: pat_token from_secret: github_token
commands: commands:
- dapper dispatch - dapper dispatch
volumes: volumes:
...@@ -322,4 +322,4 @@ volumes: ...@@ -322,4 +322,4 @@ volumes:
path: /var/run/docker.sock path: /var/run/docker.sock
depends_on: depends_on:
- manifest - manifest
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment