fix(ci): inject token for staging deploy dispatch
This commit is contained in:
@@ -606,6 +606,7 @@ test("Gitea staging deployment is dispatched from staging after the exact push g
|
||||
assert.match(workflow, /WEB_IMAGE: \$\{\{ steps\.images\.outputs\.web_image \}\}/);
|
||||
|
||||
assert.match(quality, /Dispatch exact-SHA staging deployment/);
|
||||
assert.match(quality, /GITEA_TOKEN: \$\{\{ secrets\.GITEA_TOKEN \}\}/);
|
||||
assert.match(quality, /staging advanced before deployment dispatch; refusing stale release/);
|
||||
assert.match(quality, /actions\/workflows\/deploy-staging\.yml\/dispatches\?return_run_details=true/);
|
||||
assert.match(quality, /--arg ref "refs\/heads\/staging"/);
|
||||
|
||||
Reference in New Issue
Block a user