We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ebd1e commit 3fdeb51Copy full SHA for 3fdeb51
.github/workflows/sheldon.yaml
@@ -4,14 +4,8 @@ on:
4
pull_request_target:
5
types: [ opened, synchronize, workflow_dispatch]
6
7
-permissions:
8
- contents: read
9
-
10
jobs:
11
test:
12
- permissions:
13
- contents: write # for stefanzweifel/git-auto-commit-action to push code in repo
14
- pull-requests: read # for dorny/paths-filter to read pull requests
15
runs-on: ubuntu-latest
16
env:
17
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments