6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-24 22:08:24 +00:00

Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2024-01-12 11:37:16 +00:00
commit 2081f141c1

View File

@ -8,8 +8,8 @@ on:
types:
- opened
jobs:
# https://github.com/actions/add-to-project
add-to-project:
name: Add issue and bugs to project
runs-on: ubuntu-latest
@ -17,4 +17,4 @@ jobs:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/overhangio/projects/4
github-token: ${{ github.token }}
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}