Skip to content

Commit

Permalink
Plugin configuration change
Browse files Browse the repository at this point in the history
- Rename step to setup service account JSON
  • Loading branch information
sagar-viradiya committed Dec 6, 2023
1 parent 0e7999b commit 80dbb10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/profile_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
- name: Build app apk
run: ./gradlew :sample:assembleBenchmark

- name: Authenticate GCloud
- name: Setup GCloud Credentials for Flank
run: |
echo $HOME
GCLOUD_DIR="$HOME/.config/gcloud/"
mkdir -p "$HOME/.config/gcloud/"
mkdir -p "$GCLOUD_DIR"
echo "${{ vars.GCLOUD_KEY }}" | base64 --decode > "$GCLOUD_DIR/application_default_credentials.json"
- name: Verify baseline profile
Expand Down

0 comments on commit 80dbb10

Please sign in to comment.