Skip to content

Commit fedc6d5

Browse files
committed
more pr
1 parent 45673b1 commit fedc6d5

File tree

3 files changed

+3
-28
lines changed

3 files changed

+3
-28
lines changed

.github/workflows/aggregate-test-results.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v5
24-
with:
25-
repository: ${{ github.repository }}
26-
token: ${{ github.token }}
27-
persist-credentials: false
2824

2925
- name: setup python
3026
uses: actions/setup-python@v5

.github/workflows/build-test.yml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
name: Build and Test
66

7-
permissions: {}
7+
permissions:
8+
contents: read
9+
actions: read
810

911
on:
1012
pull_request:
@@ -64,10 +66,6 @@ jobs:
6466
steps:
6567
- name: Checkout
6668
uses: actions/checkout@v5
67-
with:
68-
repository: ${{ github.repository }}
69-
token: ${{ github.token }}
70-
persist-credentials: false
7169

7270
- name: Use Node ${{env.NODE_VERSION}}
7371
uses: actions/setup-node@v4
@@ -108,10 +106,6 @@ jobs:
108106
steps:
109107
- name: Checkout
110108
uses: actions/checkout@v5
111-
with:
112-
repository: ${{ github.repository }}
113-
token: ${{ github.token }}
114-
persist-credentials: false
115109

116110
- name: Use Node ${{env.NODE_VERSION}}
117111
uses: actions/setup-node@v4
@@ -198,10 +192,6 @@ jobs:
198192
steps:
199193
- name: Checkout
200194
uses: actions/checkout@v5
201-
with:
202-
repository: ${{ github.repository }}
203-
token: ${{ github.token }}
204-
persist-credentials: false
205195

206196
- name: Use Node ${{env.NODE_VERSION}}
207197
uses: actions/setup-node@v4
@@ -379,10 +369,6 @@ jobs:
379369
steps:
380370
- name: Checkout
381371
uses: actions/checkout@v5
382-
with:
383-
repository: ${{ github.repository }}
384-
token: ${{ github.token }}
385-
persist-credentials: false
386372

387373
- name: Generate Tag Variable
388374
run: echo "TAGSVAR=${{ matrix.tags }}}" >> $GITHUB_ENV
@@ -807,10 +793,6 @@ jobs:
807793
steps:
808794
- name: Checkout
809795
uses: actions/checkout@v5
810-
with:
811-
repository: ${{ github.repository }}
812-
token: ${{ github.token }}
813-
persist-credentials: false
814796

815797
- name: Use Python ${{matrix.python}}
816798
uses: actions/setup-python@v5

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
steps:
3838
- name: Checkout code
3939
uses: actions/checkout@v5
40-
with:
41-
repository: ${{ github.repository }}
42-
token: ${{ github.token }}
4340

4441
- name: Use Node ${{env.NODE_VERSION}}
4542
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)