Skip to content

Commit daad009

Browse files
committed
Update workflow permissions and triggers
1 parent f1c841f commit daad009

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
push:
55
branches:
66
- "**"
7+
pull_request:
78

89
jobs:
910
test:
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read
13-
id-token: write
1414
steps:
1515
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1616
with:
@@ -27,7 +27,6 @@ jobs:
2727
runs-on: ubuntu-latest
2828
permissions:
2929
contents: read
30-
id-token: write
3130
steps:
3231
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3332
with:
@@ -60,7 +59,6 @@ jobs:
6059
runs-on: ubuntu-latest
6160
permissions:
6261
contents: read
63-
id-token: write
6462
steps:
6563
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
6664
with:

0 commit comments

Comments
 (0)