ci: fix github token in auto-add to project

This commit is contained in:
Régis Behmo 2024-01-12 12:13:29 +01:00
parent 4e3e3e14e5
commit ab158fb939
1 changed files with 1 additions and 1 deletions

View File

@ -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: ${{ secrets.ADD_TO_PROJECT_SECRET_TOKEN }}
github-token: ${{ github.token }}