Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea16d0b

Browse files
committed
remove google cloud auth
1 parent16683a2 commitea16d0b

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)

[8]ページ先頭

©2009-2025 Movatter.jp