Skip to content

Commit

Permalink
Merge pull request #7 from yomidevs/workflow-permissions
Browse files Browse the repository at this point in the history
give workflow permissions to write contents
  • Loading branch information
djahandarie authored Dec 29, 2024
2 parents ae1ef43 + fd7efc8 commit 136cf60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:

jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit 136cf60

Please sign in to comment.