Skip to content

Commit

Permalink
Adding permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mxro committed Sep 15, 2023
1 parent d1df85b commit 67b3a3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
publish:
name: Publish
permissions:
contents: write
runs-on: ubuntu-latest

steps:
Expand All @@ -24,5 +26,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: autohotkey-chatgpt.zip
asset_name: autohotkey-chatgpt
overwrite: true
asset_name: Autohotkey ChatGPT
tag: ${{ github.ref }}

0 comments on commit 67b3a3c

Please sign in to comment.