Skip to content

Commit 69de830

Browse files
authored
Merge pull request #2651 from camilamacedo86/fix-github-token
🌱 use github token to build assets on release
2 parents ac2ada6 + c3b3986 commit 69de830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ steps:
4848
secrets:
4949
- kmsKeyName: projects/kubebuilder/locations/global/keyRings/kubebuilder-gh-tokens/cryptoKeys/gh-release-token
5050
secretEnv:
51-
GITHUB_TOKEN: CiQAChsKTruEiSo6yBI+xg75jyr4f8yM93R2e9QbpeRX3jF3VAwSUQDQuYkCiUd+6e/1wKQAyHnf6BYv0GNGMghyNzYbXT0owBzQqmIQJeu/VDGZcEVabIWErNXjbPqPiysIu0uAiKAAUTUK0VYMr9E6GdTJ0+hVmg==
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)