Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

🐛 Editing events #94

🐛 Editing events

🐛 Editing events #94

name: Add issues to GitHub project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Dsek-LTH/projects/6
github-token: ${{ secrets.AD2323AD_ACCESS_TOKEN }}