Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit d628a9a

Browse files
committed
fix: Add content write permission for Deliverance CI/CD
1 parent 3b4d067 commit d628a9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deliverance.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
schedule:
77
- cron: "0 0 * * 0"
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
build-linux:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)