Skip to content

Commit

Permalink
Fix: Give write permissions to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Oct 9, 2023
1 parent e7539f1 commit 9c043f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down

0 comments on commit 9c043f0

Please sign in to comment.