Free Tier Cleanup #1769
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Free Tier Cleanup | |
on: | |
schedule: | |
- cron: "0 */6 * * *" | |
workflow_dispatch: | |
jobs: | |
cron: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Cleanup weekly pass for users | |
id: cleanupWeekly | |
uses: fjogeleit/http-request-action@master | |
with: | |
url: "https://www.dca-cc.com/api/billing/cleanup" | |
method: "POST" | |
bearerToken: "${{ secrets.ACTION_KEY }}" |