Skip to content

Commit 6eadb56

Browse files
🌱 try to fix release issue
1 parent 95f55fc commit 6eadb56

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build/cloudbuild.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ steps:
4141
- name: "goreleaser/goreleaser:v1.9.2"
4242
entrypoint: "bash"
4343
args: ["build/build_kubebuilder.sh"]
44-
secretEnv: ["GITHUB_TOKEN"]
4544
env:
4645
- 'TAG_NAME=$TAG_NAME'
4746
- 'CLOUD_BUILD=true'
48-
secrets:
49-
- kmsKeyName: projects/kubebuilder/locations/global/keyRings/kubebuilder-gh-tokens/cryptoKeys/gh-release-token
50-
secretEnv:
51-
GITHUB_TOKEN: CiQAChsKTruEiSo6yBI+xg75jyr4f8yM93R2e9QbpeRX3jF3VAwSUQDQuYkCiUd+6e/1wKQAyHnf6BYv0GNGMghyNzYbXT0owBzQqmIQJeu/VDGZcEVabIWErNXjbPqPiysIu0uAiKAAUTUK0VYMr9E6GdTJ0+hVmg==
47+
- 'GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)