From c0a79a015e0edd249b32a475d7dacc69ad4755c0 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 3 Oct 2024 12:48:14 +0100 Subject: [PATCH] try a non-built-in token --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7ead09c5e..cbf6bf7d28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Validate input run: | - [[ "${{ secrets.GITHUB_TOKEN }}" ]] || { echo "Missing github token"; } + [[ "${{ secrets.NPM_TOKEN }}" ]] || { echo "Missing NPM token"; } [[ "${{ secrets.TB_ADMIN_TOKEN }}" ]] || { echo "Missing admin token"; } - name: Get metadata (push)