mirror of https://github.com/status-im/js-waku.git
chore: upgrade add-to-project GitHub action (#1422)
Previous version uses API that will be deprecated.
This commit is contained in:
parent
cae38fdab4
commit
d2c81339ae
|
@ -9,7 +9,7 @@ jobs:
|
||||||
name: Add issue to project
|
name: Add issue to project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/add-to-project@v0.3.0
|
- uses: actions/add-to-project@v0.5.0
|
||||||
with:
|
with:
|
||||||
project-url: https://github.com/orgs/waku-org/projects/2
|
project-url: https://github.com/orgs/waku-org/projects/2
|
||||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||||
|
|
Loading…
Reference in New Issue