Skip to content

Commit

Permalink
fix: add repository to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecadavid committed Feb 8, 2024
1 parent a0aec9b commit e74c955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# Setup
- uses: actions/checkout@v3
with:
repository: propeldata/ui-kit
# so that when we push tags, workflows are released, which does not happen with the default token
token: ${{ secrets.PROPELDATA_CI_TOKEN }}
# NOTE(mroberts): https://github.com/actions/checkout/issues/217
Expand Down Expand Up @@ -62,4 +63,4 @@ jobs:
yarn changeset publish --tag canary --no-git-tag
env:
GITHUB_TOKEN: ${{ secrets.PROPELDATA_CI_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e74c955

Please sign in to comment.