Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
majori committed Nov 12, 2023
1 parent 448ff45 commit 41eb09d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
name: Create release
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
branches:
- main
workflow_call:
secrets:
GITHUB_TOKEN:
required: true

jobs:
test:
Expand Down

0 comments on commit 41eb09d

Please sign in to comment.