chore: remove gh role from infra

This commit is contained in:
Adam 2026-05-25 20:35:40 -05:00
commit 4862c3e765
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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 } : {}),
}
},
})