Skip to content

Commit

Permalink
Give repository write permission in job to build data archive
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Nov 11, 2024
1 parent c195100 commit d0eb83f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-data-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:

jobs:
build:
# Grant `GITHUB_TOKEN` the necessary permissions.
permissions:
contents: write

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit d0eb83f

Please sign in to comment.