mirror of
https://github.com/urbit/shrub.git
synced 2024-12-02 21:34:04 +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 }}
|
name: ${{ secrets.CACHIX_NAME }}
|
||||||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
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:
|
with:
|
||||||
version: '290.0.1'
|
|
||||||
service_account_key: ${{ secrets.GCS_SERVICE_ACCOUNT_KEY }}
|
|
||||||
project_id: ${{ secrets.GCS_PROJECT }}
|
project_id: ${{ secrets.GCS_PROJECT }}
|
||||||
export_default_credentials: true
|
|
||||||
|
|
||||||
- run: nix-build -A tarball --arg enableStatic true
|
- run: nix-build -A tarball --arg enableStatic true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user