mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
ci: updates gcp integration for uploading tarballs
This commit is contained in:
parent
967f600a7c
commit
0901538df2
9
.github/workflows/tarballs.yml
vendored
9
.github/workflows/tarballs.yml
vendored
@ -23,12 +23,13 @@ jobs:
|
||||
name: ${{ secrets.CACHIX_NAME }}
|
||||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||
|
||||
- uses: google-github-actions/setup-gcloud@v0.2.0
|
||||
- uses: google-github-actions/auth@v1
|
||||
with:
|
||||
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
|
||||
|
||||
- uses: google-github-actions/setup-gcloud@v1
|
||||
with:
|
||||
version: '290.0.1'
|
||||
service_account_key: ${{ secrets.GCS_SERVICE_ACCOUNT_KEY }}
|
||||
project_id: ${{ secrets.GCS_PROJECT }}
|
||||
export_default_credentials: true
|
||||
|
||||
- run: nix-build -A tarball --arg enableStatic true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user