Skip to content

Commit 2635dab

Browse files
authored
Merge pull request #594 from element-hq/bbz/explicit-download-artifacts-permissions
Be explicit about actions: read to download artifacts
2 parents 0dd9c0b + 1faf142 commit 2635dab

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/templates-dyff-comment.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
types:
1010
- completed
1111

12+
permissions:
13+
actions: read
14+
pull-requests: write
15+
1216
jobs:
1317
manage-comment:
1418
runs-on: ubuntu-latest
15-
permissions:
16-
pull-requests: write
1719
if: github.event.workflow_run.conclusion == 'success'
1820
steps:
1921
- name: Download dyff of templates

newsfragments/594.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CI: allow dyff job to work on forks.

0 commit comments

Comments
 (0)