File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/setup-node@v2
2525 with :
2626 node-version : 14.x
27- - uses : google-github-actions/setup-gcloud @v0
27+ - uses : ' google-github-actions/auth @v0'
2828 with :
29- service_account_key : ${{ secrets.GCP_SA_KEY }}
29+ credentials_json : ' ${{ secrets.GCP_SA_KEY }}'
30+ - uses : google-github-actions/setup-gcloud@v0
3031 - run : yarn install
3132 - run : yarn build
3233 - name : Run health-metrics/binary-size test
4041 - uses : actions/setup-node@v2
4142 with :
4243 node-version : 14.x
43- - uses : google-github-actions/setup-gcloud @v0
44+ - uses : ' google-github-actions/auth @v0'
4445 with :
45- service_account_key : ${{ secrets.GCP_SA_KEY }}
46+ credentials_json : ' ${{ secrets.GCP_SA_KEY }}'
47+ - uses : google-github-actions/setup-gcloud@v0
4648 - run : yarn install
4749 - run : yarn build
4850 - name : Run health-metrics/modular-exports-binary-size test
Original file line number Diff line number Diff line change 99 name : Release Diffing
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : google-github-actions/setup-gcloud@master
12+ - uses : ' google-github-actions/auth@v0 '
1313 with :
14- service_account_key : ${{ secrets.GCP_SA_KEY }}
14+ credentials_json : ' ${{ secrets.GCP_SA_KEY }}'
15+ - uses : google-github-actions/setup-gcloud@v0
1516 - uses : FirebaseExtended/github-actions/health-metrics/release-diffing@master
1617 with :
1718 repo : ${{ github.repository }}
Original file line number Diff line number Diff line change 2929 yarn ts-node-script scripts/ci/add_changeset.ts
3030
3131 - name : Create Release Pull Request
32- uses : changesets/action@master
32+ uses : changesets/action@v1
3333 env :
34- GITHUB_TOKEN : ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
34+ GITHUB_TOKEN : ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments