use JF_BOT_TOKEN for project board automation

This commit is contained in:
Charles Ewert 2023-02-25 09:29:10 -05:00
parent 49f7fbc39d
commit 42ab0ba11e

View File

@ -21,7 +21,7 @@ jobs:
with:
project: Ongoing development
column: In progress
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.JF_BOT_TOKEN }}
label:
name: Labeling 🏷️
runs-on: ubuntu-latest