Skip to content

Commit

Permalink
Merge pull request #711 from vegaprotocol/update-project-manage-actio…
Browse files Browse the repository at this point in the history
…n-secret

chore: update project manage action secret
  • Loading branch information
pennyandrews authored Jul 19, 2023
2 parents 8f694c5 + d7a68d2 commit b3d371c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_issue_new_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: "Add Issues To Project Board"
types:
- opened
env:
GH_TOKEN: ${{ secrets.GH_NEW_CARD_TO_PROJECT }}
GH_TOKEN: ${{ secrets.PROJECT_MANAGE_ACTION }}
PROJECT_ID: ${{ secrets.FRONT_END_PROJECT_ID }}
ISSUE_ID: ${{ github.event.issue.node_id }}
USER: ${{ github.actor }}
Expand Down

0 comments on commit b3d371c

Please sign in to comment.