Skip to content

Commit

Permalink
migrate the storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Sep 22, 2023
1 parent 5fa2d6f commit fe69623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build and Deploy
environment:
name: Storybook ${{ github.ref_name }}
url: https://${{ env.GITHUB_REF_SLUG_URL }}.starknet-storybook.pages.dev
url: https://${{ env.GITHUB_REF_SLUG_URL }}.starknet-storybook-cwm.pages.dev
permissions:
contents: read
deployments: write
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Deploy storybook
uses: cloudflare/pages-action@1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.NEW_CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.NEW_CLOUDFLARE_ACCOUNT_ID }}
projectName: starknet-storybook
directory: workspaces/storybook/storybook-static
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fe69623

Please sign in to comment.