We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab41ed1 commit d67ad2aCopy full SHA for d67ad2a
1 file changed
.gitlab-ci.yml
@@ -52,8 +52,7 @@ pages:
52
- node:20
53
- node:22
54
- node:24
55
- environment:
56
- - sign # grant access to SIGNING_KEY and SIGNING_KEY_PASS project variables
+ environment: sign # grant access to SIGNING_KEY and SIGNING_KEY_PASS project variables
57
script:
58
- apk add --update --no-cache openssl
59
- openssl dgst -sha256 -sign "$SIGNING_KEY" -passin "pass:$SIGNING_KEY_PASS" -out web/web-bundle.zip.sign web/web-bundle.zip
0 commit comments