Skip to content

Commit

Permalink
chore: update empty stampy job name and script location
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Feb 8, 2024
1 parent cfe6fe0 commit c33516f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/empty-stampy-buckets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch

jobs:
copy-to-stable:
empty-stampy-buckets:
runs-on: ubuntu-latest
environment: Stampy
steps:
Expand All @@ -21,4 +21,4 @@ jobs:
export AWS_ACCESS_KEY_ID=$(echo "${TEMP_ROLE}" | jq -r '.Credentials.AccessKeyId')
export AWS_SECRET_ACCESS_KEY=$(echo "${TEMP_ROLE}" | jq -r '.Credentials.SecretAccessKey')
export AWS_SESSION_TOKEN=$(echo "${TEMP_ROLE}" | jq -r '.Credentials.SessionToken')
node scripts/stampy/empty-stampy-buckets.js
node ./scripts/stampy/empty-stampy-buckets.js

0 comments on commit c33516f

Please sign in to comment.