Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
r3nic1e committed Dec 4, 2023
1 parent 8c22cdb commit d574f1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
on:
push:

permissions:
contents: read

name: linter
jobs:
linkinator:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ on:
type: boolean
default: true

permissions:
contents: write

jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: helmwave/[email protected]
with:
version: '0.33.0'

- run: helmwave schema > schema.json

- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit d574f1e

Please sign in to comment.