aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-15 07:05:17 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-15 07:14:13 +0530
commit2e0d17973437716a7b8db25101ed1c26e2070f28 (patch)
treedba363e4b26c83a1d73d2801c3f52ad9698f8641 /.github/workflows
parent5.6.3-nightly.3 [skip ci] (diff)
downloadferdium-app-2e0d17973437716a7b8db25101ed1c26e2070f28.tar.gz
ferdium-app-2e0d17973437716a7b8db25101ed1c26e2070f28.tar.zst
ferdium-app-2e0d17973437716a7b8db25101ed1c26e2070f28.zip
docs: fix link in bug_report template [skip ci]
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ferdi-first-time-contributor.yml2
1 files changed, 1 insertions, 1 deletions
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:
10 steps: 10 steps:
11 - uses: actions/github-script@v4 11 - uses: actions/github-script@v4
12 with: 12 with:
13 github-token: ${{ secrets.GITHUB_TOKEN }} 13 github-token: ${{ secrets.FERDI_PUBLISH_TOKEN }}
14 script: | 14 script: |
15 // Get a list of all issues created by the PR opener 15 // Get a list of all issues created by the PR opener
16 // See: https://octokit.github.io/rest.js/#pagination 16 // See: https://octokit.github.io/rest.js/#pagination