diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build-and-push-bskyweb-aws.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-and-push-bskyweb-aws.yaml b/.github/workflows/build-and-push-bskyweb-aws.yaml index 39136fca9..fef24f952 100644 --- a/.github/workflows/build-and-push-bskyweb-aws.yaml +++ b/.github/workflows/build-and-push-bskyweb-aws.yaml @@ -4,6 +4,7 @@ on: branches: - main - traffic-reduction + - respect-optout-for-embeds env: REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} USERNAME: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_USERNAME }} |