Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Feb 16, 2024
1 parent 0033654 commit 96990e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
pull_request:
branches: [master, main]

permissions: none
permissions: {}

###############
# Set the Job #
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
release:
types: [published]

permissions: {}

jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 96990e9

Please sign in to comment.