906: misc: fix secret for add issue to project action r=fryorcraken a=fryorcraken



Co-authored-by: fryorcraken.eth <git@fryorcraken.xyz>
This commit is contained in:
status-bors-ng[bot] 2022-08-25 05:19:27 +00:00 committed by GitHub
commit b35187359b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}