Skip to content

Commit

Permalink
fix: update cleanup action to not error out (#3155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Mar 19, 2024
1 parent 38bd560 commit a741b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cleanup-playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
role-duration-seconds: 1800
role-session-name: HappyCleanupPlaygroundStacks
- name: Clean up stale happy stacks
uses: chanzuckerberg/github-actions/.github/actions/happy-cleanup@happy-cleanup-v1.4.0
uses: chanzuckerberg/github-actions/.github/actions/happy-cleanup@happy-cleanup-v1.6.1
with:
tfe_token: ${{secrets.TFE_TOKEN_PLAYGROUND}}
time: 1 minutes
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
role-duration-seconds: 1800
role-session-name: HappyCleanupPlaygroundStacks
- name: Clean up stale happy stacks
uses: chanzuckerberg/github-actions/.github/actions/happy-cleanup@happy-cleanup-v1.4.0
uses: chanzuckerberg/github-actions/.github/actions/happy-cleanup@happy-cleanup-v1.6.1
with:
tfe_token: ${{secrets.TFE_TOKEN_PLAYGROUND}}
time: 1 minutes
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
role-duration-seconds: 1800
role-session-name: HappyCleanupPlaygroundStacks
- name: Clean up stale happy stacks
uses: chanzuckerberg/github-actions/.github/actions/happy-cleanup@happy-cleanup-v1.4.0
uses: chanzuckerberg/github-actions/.github/actions/happy-cleanup@happy-cleanup-v1.6.1
with:
tfe_token: ${{secrets.TFE_TOKEN_PLAYGROUND}}
time: 1 minutes

0 comments on commit a741b3d

Please sign in to comment.