Skip to content

Commit

Permalink
Add authorization to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Nov 14, 2023
1 parent f0f490d commit 5776e36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
make image-test
make test-package
- name: Authorize GCP upload
uses: google-github-actions/auth@v1
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'

- name: Deploy Files
uses: google-github-actions/upload-cloud-storage@v0.10.4
with:
Expand Down

0 comments on commit 5776e36

Please sign in to comment.