Merge pull request #1046 from cewert/fix-auto-project
use JF_BOT_TOKEN for project board automation
This commit is contained in:
commit
f189312420
2
.github/workflows/automations.yml
vendored
2
.github/workflows/automations.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
project: Ongoing development
|
project: Ongoing development
|
||||||
column: In progress
|
column: In progress
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
||||||
label:
|
label:
|
||||||
name: Labeling 🏷️
|
name: Labeling 🏷️
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user