Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Use default permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Dec 9, 2023
1 parent 2117b47 commit 1a6285c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
push:
branches: [master]

permissions:
contents: write

jobs:
lint_and_test:
name: Lint and Test - ${{ matrix.go-version }}
Expand Down Expand Up @@ -42,6 +39,6 @@ jobs:
amend: 'true'
reuse-go: 'true'
if:
# Only run for the latest go version to avoid race conditions when updating the wiki
# Only run for the latest Go version to avoid race conditions
github.event_name == 'push' && matrix.go-version == '1.20.x'
continue-on-error: true
continue-on-error: true

0 comments on commit 1a6285c

Please sign in to comment.