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

Commit

Permalink
fix: Add content write permission for Deliverance CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed May 4, 2023
1 parent 5c63927 commit 81dd752
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deliverance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
schedule:
- cron: "0 0 * * 0"

permissions:
contents: write

jobs:
build-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 81dd752

Please sign in to comment.