chore: upgrade add-to-project GitHub action (#1422)

Previous version uses API that will be deprecated.
This commit is contained in:
fryorcraken.eth 2023-07-13 20:10:43 +10:00 committed by GitHub
parent cae38fdab4
commit d2c81339ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/waku-org/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}