Skip to content

Commit

Permalink
added tidelift alignment action for pilot
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Nov 27, 2021
1 parent a78b3a5 commit c679b05
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/tidelift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Tidelift Alignment
on:
push:
schedule:
- cron: '0 0 * * *' # every day at midnight

jobs:
build:
name: Run Tidelift to ensure approved open source packages are in use
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Alignment
uses: tidelift/alignment-action@main
env:
TIDELIFT_API_KEY: ${{ secrets.TIDELIFT_API_KEY }}
TIDELIFT_ORGANIZATION: ${{ secrets.TIDELIFT_ORGANIZATION }}
TIDELIFT_PROJECT: ${{ secrets.TIDELIFT_PROJECT }}

0 comments on commit c679b05

Please sign in to comment.