Skip to content

Commit

Permalink
Merge pull request #60 from awslabs/workflows
Browse files Browse the repository at this point in the history
Github workflow security updates
  • Loading branch information
vara-bonthu authored Nov 12, 2022
2 parents 949f45d + 8aeebd6 commit 615cc92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/plan-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
id: dirs
run: |
DIRS=$(python3 .github/workflows/plan-examples.py)
echo "::set-output name=directories::$DIRS"
echo "directories=$DIRS" >> $GITHUB_OUTPUT
plan:
name: Plan examples
needs: getExampleDirectories
Expand Down Expand Up @@ -74,8 +73,9 @@ jobs:
- 'modules/**/*.(tf|yml|yaml)'
- '*.tf'
# https://github.com/aws-actions/configure-aws-credentials
- name: Configure AWS credentials from Test account
uses: aws-actions/configure-aws-credentials@v1
uses: ws-actions/configure-aws-credentials@v1-node16
if: steps.changes.outputs.src== 'true'
with:
role-to-assume: ${{ secrets.ROLE_TO_ASSUME }}
Expand Down

0 comments on commit 615cc92

Please sign in to comment.