We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0827b60 commit 6627a01Copy full SHA for 6627a01
1 file changed
.github/workflows/deploy.yml
@@ -71,6 +71,4 @@ jobs:
71
pulumi login gs://mcp-access-prod-pulumi-state
72
pulumi config set discord:guildId "$DISCORD_GUILD_ID" --stack prod
73
pulumi config set discord:botToken "$DISCORD_BOT_TOKEN" --secret --stack prod
74
- # Import auth-maintainers team that exists on GitHub but was removed from state
75
- pulumi import github:index/team:Team auth-maintainers 14435880 --stack prod --yes || true
76
make up
0 commit comments