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 b209e57 commit ddbf21f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deliverance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ on:
schedule:
- cron: "0 0 * * 0"

permissions:
contents: write

jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout, build and publish with Deliverance
uses: pojntfx/deliverance@latest
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
github_token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit ddbf21f

Please sign in to comment.