We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95f55fc + 6eadb56 commit 139ec41Copy full SHA for 139ec41
build/cloudbuild.yaml
@@ -41,11 +41,7 @@ steps:
41
- name: "goreleaser/goreleaser:v1.9.2"
42
entrypoint: "bash"
43
args: ["build/build_kubebuilder.sh"]
44
- secretEnv: ["GITHUB_TOKEN"]
45
env:
46
- 'TAG_NAME=$TAG_NAME'
47
- '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==
+ - 'GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}'
0 commit comments