Skip to content

Commit

Permalink
put permissions in right place
Browse files Browse the repository at this point in the history
  • Loading branch information
videah committed Feb 25, 2023
1 parent b819a78 commit f4c77a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:

release:
runs-on: ubuntu-latest
permissions:
contents: write
needs: [build-core, build-linux]
steps:
- name: Download Artifacts
Expand All @@ -72,7 +74,5 @@ jobs:
path: ${{ env.OUTPUT_FOLDER }}
- name: Create Release
uses: ncipollo/release-action@v1
permissions:
contents: write
with:
artifacts: ${{ env.OUTPUT_FOLDER }}

0 comments on commit f4c77a1

Please sign in to comment.