Skip to content

Commit 123012f

Browse files
authored
Merge pull request #269 from moul/moul-patch-1
2 parents b39db46 + 4e1e6df commit 123012f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/bearer.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Bearer
2+
3+
on:
4+
schedule:
5+
- cron: "0 9 * * *" # Runs every day at 9:00 am
6+
7+
permissions:
8+
contents: read # Minimal permissions
9+
10+
jobs:
11+
security:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Run Bearer
15+
uses: bearer/actions@main
16+
env:
17+
BEARER_TOKEN: ${{ secrets.BEARER_TOKEN }}

0 commit comments

Comments
 (0)