Skip to content

Commit

Permalink
Enable aws-janitor (#87)
Browse files Browse the repository at this point in the history
Enable aws-janitor since its released

Signed-off-by: Chandan Pinjani <[email protected]>
  • Loading branch information
cpinjani authored Apr 11, 2024
1 parent f628e62 commit 47f9683
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/janitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
aws-janitor:
name: aws-janitor
runs-on: ubuntu-latest
if: ${{ false }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -36,7 +35,7 @@ jobs:
uses: rancher-sandbox/[email protected]
with:
regions: ${{ secrets.EKS_REGION }}
commit: false
commit: true
ignore-tag: janitor-ignore

gcp-janitor:
Expand Down

0 comments on commit 47f9683

Please sign in to comment.