diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 8edd5e08977..f5a1c50f2a1 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -83,7 +83,7 @@ jobs: environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}storybook' - name: Update storybook deployment status (success) if: success() - uses: chrnorm/deployment-status@9a72af4586197112e0491ea843682b5dc280d806 + uses: chrnorm/deployment-status@6df8d036fd2fee9eb82936733953da1f8382b41e with: token: ${{ secrets.GITHUB_TOKEN }} environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}storybook' @@ -91,7 +91,7 @@ jobs: deployment-id: ${{ steps.storybook.outputs.deployment_id }} - name: Update storybook deployment status (failure) if: failure() - uses: chrnorm/deployment-status@9a72af4586197112e0491ea843682b5dc280d806 + uses: chrnorm/deployment-status@6df8d036fd2fee9eb82936733953da1f8382b41e with: token: ${{ secrets.GITHUB_TOKEN }} state: 'failure'