Skip to content

Commit

Permalink
feat: Add permissions descriptiof of update-download-releases workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Aug 30, 2024
1 parent ad0569e commit 35f210d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-download-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
workflow_dispatch:
jobs:
update-releases:
permissions:
contents: write # Required to update releases content
runs-on: ubuntu-latest
steps:
- name: Update download releases
Expand Down

0 comments on commit 35f210d

Please sign in to comment.