Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
smvilar committed Aug 16, 2024
1 parent 95e948b commit 2d089fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
export_game:
runs-on: ubuntu-latest
permissions: write-all # Allow release creation
name: Export Game
steps:
- name: checkout
Expand All @@ -21,9 +22,9 @@ jobs:
archive_output: true

- name: create release
uses: notpeelz/action-gh-create-release@v5.0.1
uses: ncipollo/release[email protected].1
with:
strategy: use-existing-tag
generateReleaseNotes: true
tag: ${{ github.ref_name }}
files: ${{ steps.export.outputs.archive_directory }}/*
artifacts: ${{ steps.export.outputs.archive_directory }}/*

0 comments on commit 2d089fc

Please sign in to comment.