Skip to content

Commit

Permalink
chore : update storybook github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kseghair committed Jan 24, 2025
1 parent 286e438 commit 2f91009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
workflow: facebook-storybook.yml
repo: PrestaShopCorp/services-deployment
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.ACCESS_TOKEN_GITHUB }}
ref: 'refs/heads/main'
inputs: '{ "branch": "${{ steps.branch.outputs.current_branch }}", "nodeVersion": "${{ env.NODE_VERSION }}", "path": "_dev", "issue": "${{ github.event.number }}" }'

Expand All @@ -45,6 +45,6 @@ jobs:
with:
workflow: facebook-storybook.yml
repo: PrestaShopCorp/services-deployment
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.ACCESS_TOKEN_GITHUB }}
ref: 'refs/heads/main'
inputs: '{ "branch": "${{ steps.branch.outputs.current_branch }}", "nodeVersion": "${{ env.NODE_VERSION }}", "path": "_dev", "environment": "stable" }'

0 comments on commit 2f91009

Please sign in to comment.