Skip to content

Commit da64e64

Browse files
committed
Resolve test-redistribute.yml
1 parent 57b1efb commit da64e64

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-redistribute.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- opened
1010
- synchronize
1111

12+
permissions: {}
13+
1214
jobs:
1315
test-redistribute:
1416
runs-on: ubuntu-latest
@@ -18,6 +20,8 @@ jobs:
1820
GITHUB_CONTEXT: ${{ toJson(github) }}
1921
run: echo "$GITHUB_CONTEXT"
2022
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
with:
24+
persist-credentials: false
2125
- name: Set up Python
2226
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2327
with:

0 commit comments

Comments
 (0)