Skip to content

Commit

Permalink
ci: bearer cloud install
Browse files Browse the repository at this point in the history
  • Loading branch information
bearer-cloud-staging[bot] authored Oct 17, 2023
1 parent 9eb1e80 commit 7e2238d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/bearer-cloud-staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Bearer Cloud

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

permissions:
contents: read

jobs:
rule_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Scan
id: scan
uses: bearer/bearer-action@staging
with:
diff: ${{ github.event.repository.default_branch != github.ref_name }}
api-key: ${{ secrets.BEARER_CLOUD_TOKEN }}

0 comments on commit 7e2238d

Please sign in to comment.