From df5180d64b13ed55c5a86f7551fb9e03c0b23198 Mon Sep 17 00:00:00 2001 From: Stuart Rowlands Date: Fri, 4 Oct 2024 08:32:52 +1000 Subject: [PATCH] t4 --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index f01e79e..563f602 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -5,7 +5,7 @@ env: UPSTREAM_URL: "https://github.com/ipverse/asn-info.git" # Required, token to authenticate bot, could use ${{ secrets.GITHUB_TOKEN }} # Over here, we use a PAT instead to authenticate workflow file changes. - WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }} + WORKFLOW_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, defaults to main UPSTREAM_BRANCH: "master" # Optional, defaults to UPSTREAM_BRANCH