Skip to content

Commit 51a9b1d

Browse files
thatfiredevrlazo
andauthored
ci: add missing permissions to .github/workflows/plugins-check.yml (#6790)
This might be the cause of https://github.com/firebase/firebase-android-sdk/actions/runs/13979443579/job/39141224363?pr=6789 Update: confirmed in https://github.com/firebase/firebase-android-sdk/actions/runs/13979884815/job/39142572824?pr=6790 --------- Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent 49dd6e0 commit 51a9b1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/plugins-check.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ concurrency:
1111

1212
jobs:
1313
plugins-check:
14+
permissions:
15+
checks: write
16+
pull-requests: write
1417
runs-on: ubuntu-22.04
1518
steps:
1619
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)