Skip to content

Commit

Permalink
chore(sec): 🧸 add bearer
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Jul 2, 2024
1 parent dfedff1 commit 06f1d2a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/bearer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 🧸 Bearer

on:
pull_request:
types: [opened, synchronize, reopened]

permissions:
contents: read

jobs:
rule_check:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4

- name: 🧸 Bearer
uses: bearer/bearer-action@v2
with:
diff: true

0 comments on commit 06f1d2a

Please sign in to comment.