We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f2135 commit e086c8aCopy full SHA for e086c8a
1 file changed
template/.github/workflows/ci.yaml.jinja
@@ -59,6 +59,7 @@ jobs:
59
permissions:
60
id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
61
contents: write # needed for mutex
62
+ pull-requests: write # needed to potentially post the preview on the PR as a comment
63
with:
64
AWS_REGION: {% endraw %}{{ aws_region_for_stack }}{% raw %}
65
PULUMI_STACK_NAME: {% endraw %}{{ pulumi_stack_name }}{% raw %}
0 commit comments