Skip to content

Commit 809b3f3

Browse files
committed
ci: Use granular permissions for single_sdk_tests
1 parent f0cd7f8 commit 809b3f3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/single_sdk_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
# in the input. It runs single SDK only tests (e.g all JS clients _or_ all Rust clients, not a mixture).
55
name: "Complement Crypto"
66
run-name: "Running Complement-Crypto"
7-
permissions: read-all
7+
8+
permissions:
9+
contents: read
10+
actions: read
11+
812
on:
913
workflow_call:
1014
inputs:

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Tests
22

33
permissions:
44
contents: read
5+
actions: read
56

67
on:
78
push:

0 commit comments

Comments
 (0)