Skip to content

Commit 6a91a9b

Browse files
committed
Revert permissions changes to metrics.yml
1 parent 7869a62 commit 6a91a9b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/metrics.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ concurrency:
1717
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1818
cancel-in-progress: true
1919

20-
permissions:
21-
contents: write
22-
pull-requests: write
23-
2420
jobs:
2521
metrics:
2622
name: ${{ matrix.name }}
@@ -41,7 +37,7 @@ jobs:
4137
host: ubuntu-latest
4238

4339
steps:
44-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
40+
- uses: actions/checkout@v6
4541

4642
# Let's stick to an explicit version and update manually because a version change may affect results.
4743
# If it would update implicitly it could confuse people to think the change is actually caused by the PR.
@@ -101,7 +97,7 @@ jobs:
10197
name: Console
10298
runs-on: ubuntu-latest
10399
steps:
104-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
100+
- uses: actions/checkout@v6
105101
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
106102

107103
- name: create dart sample apps

0 commit comments

Comments
 (0)