Skip to content

Commit

Permalink
fix bucket cleanup job (#9876)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 authored Sep 20, 2023
1 parent 30c534f commit 280008c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bucket-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
env:
GOPATH: ${{ github.workspace }}/go
name: Bucket cleanup
environment: production
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -40,5 +41,6 @@ jobs:
run: make ci_bucket_cleanup
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
PULUMI_STACK_NAME: ${{ vars.PULUMI_STACK_NAME }}
SLACK_ACCESS_TOKEN: ${{ secrets.SLACK_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 280008c

Please sign in to comment.