chore: remove gh role from infra

This commit is contained in:
Adam
2026-05-25 20:35:40 -05:00
parent de8a5f377e
commit 8b579fc257
2 changed files with 0 additions and 44 deletions
-1
View File
@@ -51,7 +51,6 @@ export default $config({
StatWorkerUrl: stat.url,
// StatsUrl: stats.app.url,
AwsStage: stage.awsStage,
...(stage.githubActionsDeployRoleArn ? { GithubActionsDeployRoleArn: stage.githubActionsDeployRoleArn } : {}),
}
},
})