Update assign-to-project.yml to use a scoped personal access toke (#441)
* Update assign-to-project.yml * Rename project? * Rename workflow & job
This commit is contained in:
parent
d54c83ead5
commit
123ba3674f
|
|
@ -1,6 +1,4 @@
|
||||||
# This is a basic workflow to help you get started with Actions
|
name: Project
|
||||||
|
|
||||||
name: Assign to 🦓 Project
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
|
|
@ -9,11 +7,11 @@ on:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
automate-project-columns:
|
assign:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: alex-page/github-project-automation-plus@v0.2.4
|
- uses: alex-page/github-project-automation-plus@v0.2.4
|
||||||
with:
|
with:
|
||||||
project: 🦓
|
project: Zebra
|
||||||
column: To Do
|
column: To Do
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.PROJECT_AUTOMATION }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue