Skip to content

Commit

Permalink
switch permissions for creating vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Nov 25, 2024
1 parent bfe5939 commit 2377758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forest_loss_driver_prediction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Authenticate into gcp
uses: "google-github-actions/auth@v2"
with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
credentials_json: ${{ secrets.GCP_VM_DEPLOYER_CREDENTIALS }}

- name: Run Extract Dataset Job on a VM and Launch Prediction Job on Beaker
run: |
Expand Down

0 comments on commit 2377758

Please sign in to comment.