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 823403e commit 5737e85Copy full SHA for 5737e85
1 file changed
.github/workflows/dvc-diff.yml
@@ -14,7 +14,9 @@ on:
14
paths:
15
- 'pygmt/tests/baseline/*.png.dvc'
16
17
-permissions: {}
+permissions:
18
+ contents: read
19
+ pull-requests: write
20
21
jobs:
22
dvc-diff:
@@ -55,7 +57,7 @@ jobs:
55
57
# Report last updated at commit abcdef
56
58
- name: Generate the image diff report
59
env:
- repo_token: ${{ github.token }}
60
+ REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
PR_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
62
DAGSHUB_TOKEN: ${{ secrets.DAGSHUB_TOKEN }}
63
run: |
0 commit comments