Merge pull request #1046 from cewert/fix-auto-project

use JF_BOT_TOKEN for project board automation
This commit is contained in:
Charles Ewert 2023-02-25 09:50:25 -05:00 committed by GitHub
commit f189312420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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