Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Mar 4, 2024
1 parent 5317d04 commit 4d347ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [ "main" ]
workflow_dispatch:

#permissions:
# contents: read
permissions:
contents: read

jobs:
build-and-test:
Expand All @@ -20,5 +20,5 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ github.token }}
#token: ${{ github.token }}

0 comments on commit 4d347ee

Please sign in to comment.