From 2e0d17973437716a7b8db25101ed1c26e2070f28 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 15 Sep 2021 07:05:17 +0530 Subject: docs: fix link in bug_report template [skip ci] --- .github/workflows/ferdi-first-time-contributor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ferdi-first-time-contributor.yml b/.github/workflows/ferdi-first-time-contributor.yml index 7a1382a03..22bd4f8e0 100644 --- a/.github/workflows/ferdi-first-time-contributor.yml +++ b/.github/workflows/ferdi-first-time-contributor.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/github-script@v4 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.FERDI_PUBLISH_TOKEN }} script: | // Get a list of all issues created by the PR opener // See: https://octokit.github.io/rest.js/#pagination -- cgit v1.2.3-54-g00ecf