From ac2c291531d52c0420aa937d8bb1ee0d83d1278e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pra=C5=BCak?= Date: Fri, 29 Sep 2023 13:52:41 +0200 Subject: [PATCH] Fix workflow --- .github/workflows/examples.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 8308cfc6..0ead767f 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -38,14 +38,6 @@ jobs: - name: Install language plugin run: |- pulumi plugin install language scala --server github://api.github.com/VirtusLab/besom - - name: Force AWS provider into offline mode - run: |- - pulumi config set aws:skipCredentialsValidation true - pulumi config set aws:skipMetadataApiCheck true - pulumi config set aws:skipRequestingAccountId true - # These two may be any non-empty string: - pulumi config set --secret aws:accessKey "fake" - pulumi config set --secret aws:accessKey "fake" - name: Test examples env: AWS_EC2_METADATA_DISABLED: true