From 67023a1c7f1d538278ed7dc1f3946c6b3caec237 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Fri, 7 Jun 2024 11:53:06 -0700 Subject: [PATCH] tmp! --- .github/workflows/trs-tmp.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/trs-tmp.yaml diff --git a/.github/workflows/trs-tmp.yaml b/.github/workflows/trs-tmp.yaml new file mode 100644 index 000000000..ef423368f --- /dev/null +++ b/.github/workflows/trs-tmp.yaml @@ -0,0 +1,11 @@ +on: + workflow_dispatch: + +jobs: + job: + runs-on: ubuntu-latest + steps: + - run: aws sts get-caller-identity + env: + AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} + AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}