chore: replace GH_TOKEN with JF_BOT_TOKEN

This commit is contained in:
Fernando Fernández
2021-05-12 21:06:53 +02:00
parent 88a7875a27
commit 73654481e2
3 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
project: Current Release
action: delete
repo-token: ${{ secrets.GH_TOKEN }}
repo-token: ${{ secrets.JF_BOT_TOKEN }}
- name: Add to 'Release Next' project
uses: alex-page/github-project-automation-plus@v0.7.1
@@ -29,7 +29,7 @@ jobs:
with:
project: Release Next
column: In progress
repo-token: ${{ secrets.GH_TOKEN }}
repo-token: ${{ secrets.JF_BOT_TOKEN }}
- name: Add to 'Current Release' project
uses: alex-page/github-project-automation-plus@v0.7.1
@@ -38,7 +38,7 @@ jobs:
with:
project: Current Release
column: In progress
repo-token: ${{ secrets.GH_TOKEN }}
repo-token: ${{ secrets.JF_BOT_TOKEN }}
- name: Check number of comments from the team member
if: github.event.issue.pull_request == '' && github.event.comment.author_association == 'MEMBER'
@@ -52,7 +52,7 @@ jobs:
with:
project: Issue Triage for Main Repo
column: Needs triage
repo-token: ${{ secrets.GH_TOKEN }}
repo-token: ${{ secrets.JF_BOT_TOKEN }}
- name: Add issue to triage project
uses: alex-page/github-project-automation-plus@v0.7.1
@@ -61,4 +61,4 @@ jobs:
with:
project: Issue Triage for Main Repo
column: Pending response
repo-token: ${{ secrets.GH_TOKEN }}
repo-token: ${{ secrets.JF_BOT_TOKEN }}