-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update davinci github actions (#4104)
- Loading branch information
1 parent
1bae7cd
commit 9fddb88
Showing
7 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ jobs: | |
echo "JENKINS_USER=${{ steps.parse_secrets.outputs.TOPTAL_TRIGGERBOT_USERNAME }}" >> $GITHUB_ENV | ||
echo "JENKINS_BUILD_TOKEN=${{ steps.parse_secrets.outputs.TOPTAL_TRIGGERBOT_BUILD_TOKEN }}" >> $GITHUB_ENV | ||
- uses: toptal/davinci-github-actions/[email protected].0 | ||
- uses: toptal/davinci-github-actions/[email protected].1 | ||
env: | ||
GITHUB_TOKEN: ${{ env.TOPTAL_DEVBOT_TOKEN }} | ||
GCR_ACCOUNT_KEY: ${{ steps.parse_secrets.outputs.GCR_ACCOUNT_KEY }} | ||
|
@@ -123,7 +123,7 @@ jobs: | |
node-version: 18 | ||
|
||
- name: Check missing changeset | ||
uses: toptal/davinci-github-actions/[email protected].0 | ||
uses: toptal/davinci-github-actions/[email protected].1 | ||
with: | ||
github-token: ${{ env.TOPTAL_DEVBOT_TOKEN }} | ||
|
||
|
@@ -135,7 +135,7 @@ jobs: | |
uses: actions/dependency-review-action@v3 | ||
|
||
- name: Install Dependencies | ||
uses: toptal/davinci-github-actions/[email protected].0 | ||
uses: toptal/davinci-github-actions/[email protected].1 | ||
|
||
- name: Update PR Body | ||
run: node ./.github/actions/update-body.js | ||
|
@@ -198,7 +198,7 @@ jobs: | |
node-version: 18 | ||
|
||
- name: Install dependencies from cache | ||
uses: toptal/davinci-github-actions/[email protected].0 | ||
uses: toptal/davinci-github-actions/[email protected].1 | ||
|
||
- name: Visual Tests | ||
run: yarn happo:storybook | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,6 @@ jobs: | |
with: | ||
node-version: 18 | ||
|
||
- uses: toptal/davinci-github-actions/[email protected].0 | ||
- uses: toptal/davinci-github-actions/[email protected].1 | ||
|
||
- uses: toptal/davinci-github-actions/[email protected].0 | ||
- uses: toptal/davinci-github-actions/[email protected].1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ jobs: | |
- name: Trigger alpha package | ||
id: alpha-package | ||
uses: toptal/davinci-github-actions/[email protected].0 | ||
uses: toptal/davinci-github-actions/[email protected].1 | ||
with: | ||
npm-token: ${{ env.NPM_TOKEN }} | ||
branch: ${{ steps.get-branch.outputs.branch }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
with: | ||
node-version: 18 | ||
|
||
- uses: toptal/davinci-github-actions/[email protected].0 | ||
- uses: toptal/davinci-github-actions/[email protected].1 | ||
|
||
- name: Build packages | ||
run: yarn build:package | ||
|
@@ -115,7 +115,7 @@ jobs: | |
with: | ||
node-version: 18 | ||
|
||
- uses: toptal/davinci-github-actions/[email protected].0 | ||
- uses: toptal/davinci-github-actions/[email protected].1 | ||
|
||
- name: Get cached packages | ||
uses: actions/cache@v3 | ||
|
@@ -124,7 +124,7 @@ jobs: | |
key: ${{ runner.os }}-pkgs-${{ github.run_id }} }} | ||
|
||
- name: Run integration tests | ||
uses: toptal/davinci-github-actions/[email protected].0 | ||
uses: toptal/davinci-github-actions/[email protected].1 | ||
|
||
- name: Upload screenshots | ||
uses: actions/upload-artifact@v4 | ||
|
@@ -174,7 +174,7 @@ jobs: | |
with: | ||
node-version: 18 | ||
|
||
- uses: toptal/davinci-github-actions/[email protected].0 | ||
- uses: toptal/davinci-github-actions/[email protected].1 | ||
|
||
- name: Finalize Happo | ||
run: npx happo-e2e finalize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,6 @@ jobs: | |
if: startsWith(github.head_ref, 'dependabot-') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: toptal/davinci-github-actions/[email protected].0 | ||
- uses: toptal/davinci-github-actions/[email protected].1 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
uses: toptal/davinci-github-actions/expose-json-outputs@master | ||
with: | ||
json: ${{ steps.secrets_manager.outputs.secrets }} | ||
- uses: toptal/davinci-github-actions/[email protected].0 | ||
- uses: toptal/davinci-github-actions/[email protected].1 | ||
with: | ||
team: frontend-experience-eng | ||
repo: ${{ github.event.repository.name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
with: | ||
node-version: 18 | ||
|
||
- uses: toptal/davinci-github-actions/[email protected].0 | ||
- uses: toptal/davinci-github-actions/[email protected].1 | ||
|
||
- name: Happo Tests | ||
run: yarn happo:storybook |