From c1e40fb8fde773cf11e0d13695b5145a9d992e1b Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 11 Oct 2024 23:22:19 +0100 Subject: [PATCH] Update ci.yml --- .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 72d3598..b162ec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: id: test-action uses: ./ with: - GH_TOKEN: 'token test' + GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: Print Output id: output