Skip to content

Commit

Permalink
Setting permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jul 17, 2024
1 parent 5626a13 commit 7020da0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Spellcheck Action
on: push

permissions: read-all

jobs:
build:
name: Spellcheck
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ on:
schedule:
- cron: '0 0 */28 */1 *'

jobs:
permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- 'v*'

permissions:
contents: write

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Markdownlint Action
on: push

permissions: read-all

jobs:
build:
name: Markdownlint
Expand Down

0 comments on commit 7020da0

Please sign in to comment.