Skip to content

Commit

Permalink
test: yaml options
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-field committed Oct 13, 2024
1 parent 67f8014 commit f755f1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions: {}

jobs:
build_test:
name: Call build and test action
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bump-go-mod-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
workflow_dispatch:

permissions:
pull-requests: write
contents: write

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions: read-all
permissions: {}

jobs:
lint:
Expand Down

0 comments on commit f755f1f

Please sign in to comment.