Skip to content

Commit

Permalink
re introduce ../ to see if we can make the bastard Actions secret.'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez authored and zemnm-me-actions-admin-user-zemnmez committed Oct 24, 2023
1 parent 352a3f0 commit 2647abf
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 @@ -343,7 +343,7 @@ export class BazelRemoteCache extends Pulumi.ComponentResource {
const fargateSecurityGroup = new aws.ec2.SecurityGroup(
`${name}_sg`,
{
vpcid: vpc.vpcID,
vpcId: vpc.vpcId,
egress: [
{
fromPort: 0,
Expand Down Expand Up @@ -397,7 +397,7 @@ export class BazelRemoteCache extends Pulumi.ComponentResource {
`${name}_actions_secret_cache_url`,
{
plaintextValue: Pulumi.interpolate`https://${username.result}:${password.result}@${record.name}`,
repository: monorepo_github_name,
repository: `../${monorepo_github_name}`, // error: GET https://api.github.com/repos//zemn-me/monorepo/actions/secrets/public-key: 404 Not Found []
secretName: `BAZEL_REMOTE_CACHE_URL${
args.stage ? '_staging' : ''
}`,
Expand Down

0 comments on commit 2647abf

Please sign in to comment.