Ensure the command dispatch has correct access to new docker repo (#8167)

This commit is contained in:
Paul Stack 2021-10-08 15:51:25 +01:00 committed by GitHub
parent 25a4c9d439
commit d694276ed7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -380,3 +380,5 @@ jobs:
git fetch --quiet --prune --unshallow --tags
- name: Run Container Tests
run: pulumictl dispatch -r pulumi/pulumi-docker-containers -c ci-build $(pulumictl get version --language generic -o)
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}

View file

@ -485,3 +485,5 @@ jobs:
git fetch --quiet --prune --unshallow --tags
- name: Run Container Tests
run: make test_containers VERSION=v$(pulumictl get version --language generic -o)
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN}}