Skip to content

Commit

Permalink
chore(workflow): add missing checkout step to unpublish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atabel committed Sep 13, 2024
1 parent 7a2097e commit b7c6604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
name: Unpublish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.FLOW_GITHUB_TOKEN }}

- name: 'Set npm token'
uses: './.github/actions/set-npm-token'
with:
Expand Down

0 comments on commit b7c6604

Please sign in to comment.