ci: Force publish job to run on gitlab instances
This commit is contained in:
parent
451b19c32d
commit
d464551d71
1 changed files with 5 additions and 1 deletions
|
|
@ -50,9 +50,11 @@ test-integration:
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
extends: .node-common
|
extends: .node-common
|
||||||
# npm trusted publishing via GitLab OIDC — no NPM_TOKEN needed.
|
# npm trusted publishing via GitLab OIDC — requires instance runner for OIDC support.
|
||||||
# Each @wizardconnect/* package must be linked to this GitLab project
|
# Each @wizardconnect/* package must be linked to this GitLab project
|
||||||
# on npmjs.com: package Settings > Publishing access > Trusted publishers.
|
# on npmjs.com: package Settings > Publishing access > Trusted publishers.
|
||||||
|
tags:
|
||||||
|
- saas-linux-small-amd64 # force gitlab instance runner
|
||||||
id_tokens:
|
id_tokens:
|
||||||
SIGSTORE_ID_TOKEN:
|
SIGSTORE_ID_TOKEN:
|
||||||
aud: sigstore
|
aud: sigstore
|
||||||
|
|
@ -85,6 +87,8 @@ pages:
|
||||||
|
|
||||||
force-publish:
|
force-publish:
|
||||||
extends: .node-common
|
extends: .node-common
|
||||||
|
tags:
|
||||||
|
- saas-linux-small-amd64 # force gitlab instance runners
|
||||||
id_tokens:
|
id_tokens:
|
||||||
SIGSTORE_ID_TOKEN:
|
SIGSTORE_ID_TOKEN:
|
||||||
aud: sigstore
|
aud: sigstore
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue