Skip to content

Commit

Permalink
feat: add bearer
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed May 13, 2022
1 parent 2d1d674 commit 4e1e6df
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/bearer.yml
@@ -0,0 +1,17 @@
name: Bearer

on:
schedule:
- cron: "0 9 * * *" # Runs every day at 9:00 am

permissions:
contents: read # Minimal permissions

jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Run Bearer
uses: bearer/actions@main
env:
BEARER_TOKEN: ${{ secrets.BEARER_TOKEN }}

0 comments on commit 4e1e6df

Please sign in to comment.