Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
ukstv committed Mar 12, 2024
1 parent f4994ac commit afe0619
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/upload-example-vite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: GitHub Actions Demo
run-name: Upload example-vite to Google Cloud Storage
on: [push]
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -27,7 +30,7 @@ jobs:
run: pnpm install --frozen-lockfile --strict-peer-dependencies
- name: Build
run: pnpm run build
- uses: 'google-github-actions/auth@v2'
- uses: "google-github-actions/auth@v2"
with:
project_id: 'spaceblanc'
project_id: "spaceblanc"
workload_identity_provider: projects/670988994997/locations/global/workloadIdentityPools/github/providers/ukstv-github

0 comments on commit afe0619

Please sign in to comment.