added folder path context #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: "Apply Patchwork" | |
# on: | |
# workflow_run: | |
# workflows: ["Terraform Apply"] | |
# types: [completed] | |
# branches: | |
# - "main" | |
# jobs: | |
# GithubActions: | |
# runs-on: ubuntu-latest | |
# permissions: | |
# id-token: write | |
# contents: read | |
# steps: | |
# - name: Checkout | |
# uses: actions/checkout@v2 | |
# - name: Configure AWS credentials from Test account | |
# uses: aws-actions/configure-aws-credentials@master | |
# with: | |
# role-to-assume: arn:aws:iam::464004139021:role/GithubActionsRole | |
# aws-region: us-east-1 | |
# - name: Display Identity | |
# run: aws sts get-caller-identity | |
# | | |
# aws lambda update-function-configuration --function-name lambda-sat-discord --runtime "python3.11" |