Skip to content

Commit

Permalink
Update secret for GHA (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
elcasteel authored Jun 7, 2022
1 parent 4aca3d2 commit 19d906e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_board.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/solo-io/projects/24
github-token: ${{ github.token }}
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
labeled: documentation
3 changes: 3 additions & 0 deletions tools/wasme/changelog/v0.0.35/gha_secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
changelog:
- type: NON_USER_FACING
description: Use a different token (secrets.PERSONAL_ACCESS_TOKEN) when adding issues to team boards.

0 comments on commit 19d906e

Please sign in to comment.