From 6e4dd4cf0460f43bd0d1a3cf543b660564b5b643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Bokvad=20Engar=C3=A5s?= Date: Thu, 7 Sep 2023 14:09:47 +0200 Subject: [PATCH] logging --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 7581da95..4f8607ae 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -44,5 +44,5 @@ jobs: - name: 'Custom Task running' uses: ./ with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.MY_GITHUB_PAT}} \ No newline at end of file