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 67023a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/trs-tmp.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 67023a1

Please sign in to comment.