misc: fix secret for add issue to project action

This commit is contained in:
fryorcraken.eth 2022-08-25 15:17:45 +10:00
parent 9f52d2b49d
commit 11df2f7544
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ jobs:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/waku-org/projects/2
github-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}