mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Update github_action_issue_to_project.yml
Further work on the action
This commit is contained in:
parent
e488d7cd57
commit
8881c41f94
1 changed files with 6 additions and 4 deletions
|
|
@ -8,10 +8,12 @@ on:
|
|||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add issue to project view
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@RELEASE_VERSION
|
||||
with:
|
||||
steps:
|
||||
- name: Add To GitHub projects
|
||||
uses: actions/add-to-project@v1.0.2
|
||||
with:
|
||||
# URL of the project to add issues to
|
||||
project-url: https://github.com/orgs/evennia/projects/1
|
||||
# A GitHub personal access token with write access to the project
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue