chore: remove gh role from infra

This commit is contained in:
Adam
2026-05-25 20:35:40 -05:00
parent b0fcba5724
commit 4862c3e765
2 changed files with 0 additions and 44 deletions

View File

@@ -51,7 +51,6 @@ export default $config({
StatWorkerUrl: stat.url,
// StatsUrl: stats.app.url,
AwsStage: stage.awsStage,
...(stage.githubActionsDeployRoleArn ? { GithubActionsDeployRoleArn: stage.githubActionsDeployRoleArn } : {}),
}
},
})