Skip to content

Commit b4c6dc5

Browse files
Update dojo-e2e.yml
Adding necessary permissions.
1 parent e037ec2 commit b4c6dc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
e2e:
1111
name: ${{ matrix.suite }}
1212
runs-on: depot-ubuntu-24.04
13+
permissions:
14+
contents: 'read'
15+
id-token: 'write'
1316
strategy:
1417
fail-fast: false
1518
matrix:

0 commit comments

Comments
 (0)