From a797670d53fb79d5b6e43095f37726a106116600 Mon Sep 17 00:00:00 2001 From: Tobias Schweizer Date: Fri, 21 May 2021 10:30:43 +0200 Subject: [PATCH] chore(github actions): replace token (#296) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b4062cb..4fac0c10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v2 with: repository: dasch-swiss/dsp-ci-assets - token: ${{ secrets.ci_assets_pat }} # `GitHub_PAT` is a secret that contains the PAT. + token: ${{ secrets.GH_TOKEN }} path: ci - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1