Skip to content

Commit

Permalink
feat: add CPLN_TOKEN, CPLN_ORG
Browse files Browse the repository at this point in the history
  • Loading branch information
rameziophobia committed Oct 2, 2024
1 parent c84fc12 commit 759ea38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly-remove-stale-review-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
schedule:
- cron: '0 0 * * *'

env:
CPLN_ORG: ${{secrets.CPLN_ORG_STAGING}}
CPLN_TOKEN: ${{secrets.CPLN_TOKEN_STAGING}}

jobs:
remove-stale-review-apps:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 759ea38

Please sign in to comment.