Skip to content

Commit 876c9cb

Browse files
committed
Add permissions: for firebaseai.yml
1 parent 8a884f3 commit 876c9cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/firebaseai.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ concurrency:
1515
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1616
cancel-in-progress: true
1717

18+
permissions:
19+
contents: read # Needed for actions/checkout
20+
actions: write # Needed for actions/cache (save and restore)
21+
1822
jobs:
1923
spm-package-resolved:
2024
runs-on: macos-14

0 commit comments

Comments
 (0)