From a867e17a56fa8274f056ed21d7258d33164b74e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 30 Dec 2020 13:14:59 +0100 Subject: [PATCH] Set relative ci slug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index da16e9748..3f60ab580 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,7 +22,8 @@ jobs: npm ci - name: build env: - RELATIVE_CI_KEY: nextcloud/deck + RELATIVE_CI_KEY: ${{ secrets.RELATIVE_CI_KEY }} + RELATIVE_CI_SLUG: nextcloud/deck run: | mkdir -p js npm run build --if-present -- --profile --json | tail -n +6 > js/webpack-stats.json