Skip to content

Commit

Permalink
Workflow changes
Browse files Browse the repository at this point in the history
- Replace access of encoded service account from env to vars
  • Loading branch information
sagar-viradiya committed Dec 4, 2023
1 parent 1c3533e commit 05df849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/profile_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
GCLOUD_DIR="$HOME/.config/gcloud/"
mkdir -p "$HOME/.config/gcloud/"
echo "${{ env.GCLOUD_KEY }}" | base64 --decode > "$GCLOUD_DIR/application_default_credentials.json"
echo "${{ vars.GCLOUD_KEY }}" | base64 --decode > "$GCLOUD_DIR/application_default_credentials.json"
- name: Verify baseline profile
run: ./gradlew :sample:runBenchmarkAndVerifyProfile

0 comments on commit 05df849

Please sign in to comment.