Skip to content

Commit ea16d0b

Browse files
committed
remove google cloud auth
1 parent 16683a2 commit ea16d0b

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.github/workflows/release.yml

-8
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

+1-1
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

-1
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)