Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
run: python analyze_pr.py

- name: Add LLM analysis as PR comment
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v8
if: env.new_files == 'true'
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v8
if: env.new_files == 'true'
with:
github-token: ${{ secrets.PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-update-statuses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fi

- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v8
if: env.new_files == 'true'
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-update-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v8
if: env.new_files == 'true'
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook-playroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Add comment to PR
if: ${{ env.IS_MASTER_BRANCH != 'true' }}
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: |
const commentBody = `Storybook staging is available at ${process.env.DOMAIN}\n\nPlayroom staging is available at ${process.env.DOMAIN_PLAYROOM}`;
Expand Down
Loading