Skip to content

Commit

Permalink
Chore: Add permissions to github actions and pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
swgvenghy committed Jul 1, 2024
1 parent 37899aa commit 79e0faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Extract Chromatic URL
id: extract_url
run: |
url=$(grep -o 'https://[^\"]*' chromatic-output.txt | head -n 1)
url=$(grep -oP 'https://[^ ]+-czwwzirjla.chromatic.com/' chromatic-output.txt | head -n 1)
echo "storybookUrl=$url" >> $GITHUB_ENV
- name: Comment on PR
Expand Down

0 comments on commit 79e0faf

Please sign in to comment.