Skip to content

Commit

Permalink
Add write permission for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jan 27, 2024
1 parent 6350d74 commit dd03382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
release:
name: Build zoneinfo-dist and package for release
runs-on: ubuntu-latest
permissions:
contents: write
env:
LISP: sbcl-bin
QUICKLISP_DIST: ultralisp
Expand Down

0 comments on commit dd03382

Please sign in to comment.