Skip to content

Version Packages (#9233) #10

Version Packages (#9233)

Version Packages (#9233) #10

# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Health Metrics
on:
push:
tags: ['**']
jobs:
release-diffing:
name: Release Diffing
runs-on: ubuntu-latest
steps:
# This commit represents v0.8.3
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
# This commit represents v2.1.4
- uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
# This commit represents v1.4
- uses: FirebaseExtended/github-actions/health-metrics/release-diffing@41c787c37157e4c5932b951e531c041efa5bb7a4
with:
repo: ${{ github.repository }}
ref: ${{ github.ref }}
commit: ${{ github.sha }}