Skip to content

Commit

Permalink
chore: Add permissions - release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Dec 6, 2024
1 parent c49212b commit 7254782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Zip
Expand All @@ -14,6 +16,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ github.event.repository.name }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
files: ${{ github.event.repository.name }}.zip

0 comments on commit 7254782

Please sign in to comment.