Skip to content

Commit

Permalink
Merge pull request #89 from PrefectHQ/fix/pass-github-token-secret
Browse files Browse the repository at this point in the history
Pass the github token as an input
  • Loading branch information
znicholasbrown authored Nov 2, 2023
2 parents d7a601d + 0aa6e15 commit 643de58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
- uses: prefecthq/actions-release-ui-components@main
with:
NPM_TOKEN: ${{ secrets.PREFECT_UI_COMPONENTS_NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 643de58

Please sign in to comment.