Skip to content

Commit cdc42e4

Browse files
committed
fix(ci): allow actions token write permission on PR
this allows actions token i.e. GITHUB_TOKEN write permission because we need it to delete label in ok-to-test step. Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
1 parent a387d41 commit cdc42e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
permissions:
4545
contents: read
4646
issues: write
47-
pull-requests: read
47+
pull-requests: write
4848
strategy:
4949
fail-fast: false
5050
matrix:

0 commit comments

Comments
 (0)