Skip to content

Commit 99d4ba1

Browse files
committed
remove google cloud auth
1 parent b5fe325 commit 99d4ba1

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
4848
- name: Setup Nix
4949
uses: ./.github/actions/nix-devshell
5050

51-
- name: Authenticate to Google Cloud
52-
id: gcloud_auth
53-
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
54-
with:
55-
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
56-
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
57-
token_format: "access_token"
58-
5951
- name: Build
6052
env:
6153
APPLE_DEVELOPER_ID_PKCS12_B64: ${{ secrets.APPLE_DEVELOPER_ID_PKCS12_B64 }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ setup: \
4242

4343
# Mutagen resources
4444
$(addprefix $(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)):
45-
gsutil cp "gs://coder-desktop/mutagen/$(MUTAGEN_VERSION)/$(subst Coder ,,$(notdir $@))" "$@"
45+
curl -sL "https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$(subst Coder ,,$(notdir $@))" -o "$@"
4646
chmod +x "$@"
4747

4848
$(XCPROJECT): $(PROJECT)/project.yml

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
gh
5050
git
5151
gnumake
52-
google-cloud-sdk
5352
protobuf_28
5453
grpc-swift.packages.${system}.protoc-gen-grpc-swift
5554
grpc-swift.packages.${system}.protoc-gen-swift

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy