Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed Oct 3, 2023
1 parent bc2b31e commit 5baf17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/pulumi/bazel_rce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,11 @@ export class BazelRemoteCache extends Pulumi.ComponentResource {
);

new GitHub.ActionsSecret(
`${name}_actions_secret_cache_url${args.stage?"_staging":""}`,
`${name}_actions_secret_cache_url`,
{
plaintextValue: Pulumi.interpolate`https://${username.result}:${password.result}@${record.name}`,
repository: monorepo_github_name,
secretName: 'BAZEL_REMOTE_CACHE_URL',
secretName: `BAZEL_REMOTE_CACHE_URL${args.stage?"_staging":""}`,
},
{ parent: this }
);
Expand Down

0 comments on commit 5baf17f

Please sign in to comment.