Skip to content

Commit 0955cf8

Browse files
committed
Revert permissions changes to agp-matrix.yml
1 parent 613fab0 commit 0955cf8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/agp-matrix.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
1111
cancel-in-progress: true
1212

13-
permissions:
14-
contents: write
15-
pull-requests: write
16-
1713
jobs:
1814
agp-matrix-compatibility:
1915
timeout-minutes: 30
@@ -32,7 +28,7 @@ jobs:
3228

3329
steps:
3430
- name: Checkout Repo
35-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
31+
uses: actions/checkout@v6
3632
with:
3733
submodules: 'recursive'
3834

0 commit comments

Comments
 (0)