Skip to content

Commit 5d09e68

Browse files
authored
GHA: add explicit permissions (mpytools#166)
* GHA: add explicit permissions * remove instead of comment * only write * fix location * revert conditions
1 parent c3fd9ef commit 5d09e68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/upstream-dev-ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
upstream-dev:
2222
name: upstream-dev
2323
runs-on: ubuntu-latest
24+
permissions:
25+
issues: write
2426
if: |
2527
always()
2628
&& (
@@ -85,6 +87,6 @@ jobs:
8587
&& steps.status.outcome == 'failure'
8688
&& github.event_name == 'schedule'
8789
&& github.repository_owner == 'mpytools'
88-
uses: xarray-contrib/issue-from-pytest-log@v1
90+
uses: scientific-python/issue-from-pytest-log@v1
8991
with:
9092
log-path: output-${{ matrix.python-version }}-log.jsonl

0 commit comments

Comments
 (0)