Skip to content

Commit

Permalink
ci(github): enhance GitHub workflow with Bearer action and diff option
Browse files Browse the repository at this point in the history
- Add Bearer action to GitHub workflow with diff option enabled

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Nov 26, 2024
1 parent 907fdec commit 79467dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
version: v1.60.1
args: --verbose

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

test:
strategy:
matrix:
Expand Down

0 comments on commit 79467dd

Please sign in to comment.