Skip to content

Commit

Permalink
ci: add release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
arolle committed Sep 25, 2023
1 parent a928533 commit 252bdf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- main
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
branches:
- main
Expand All @@ -23,6 +24,9 @@ jobs:
REPO: "arolle/cakeml-translator-ci"
OUT: ${{ github.workspace }}
# timeout-minutes: 360
# permissions for release
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Install Nix
Expand Down

0 comments on commit 252bdf7

Please sign in to comment.