Skip to content

Commit

Permalink
tmp!
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jun 7, 2024
1 parent 6f58ff7 commit 0f4f204
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/trs-tmp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
workflow_dispatch:

jobs:
job:
runs-on: ubuntu-latest
steps:
- run: aws sts get-caller-identity
env:
AWS_DEFAULT_REGION: ${{ vars.AWS_DEFAULT_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 0f4f204

Please sign in to comment.