Skip to content

Resolve warnings on GitHub Actions #6104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2022
Merged
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
10 changes: 6 additions & 4 deletions .github/workflows/health-metrics-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: google-github-actions/setup-gcloud@v0
- uses: 'google-github-actions/auth@v0'
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
credentials_json: '${{ secrets.GCP_SA_KEY }}'
- uses: google-github-actions/setup-gcloud@v0
- run: yarn install
- run: yarn build
- name: Run health-metrics/binary-size test
Expand All @@ -40,9 +41,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: google-github-actions/setup-gcloud@v0
- uses: 'google-github-actions/auth@v0'
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
credentials_json: '${{ secrets.GCP_SA_KEY }}'
- uses: google-github-actions/setup-gcloud@v0
- run: yarn install
- run: yarn build
- name: Run health-metrics/modular-exports-binary-size test
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/health-metrics-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
name: Release Diffing
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/setup-gcloud@master
- uses: 'google-github-actions/auth@v0'
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
credentials_json: '${{ secrets.GCP_SA_KEY }}'
- uses: google-github-actions/setup-gcloud@v0
- uses: FirebaseExtended/github-actions/health-metrics/release-diffing@master
with:
repo: ${{ github.repository }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
yarn ts-node-script scripts/ci/add_changeset.ts

- name: Create Release Pull Request
uses: changesets/action@master
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}