Skip to content

Commit

Permalink
Add write permissions to GitHub Actions deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aiamnezia committed Feb 11, 2025
1 parent 98b4a63 commit f9fb01e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
tags:
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+'

permissions:
contents: write

env:
QT_MIRROR: https://mirrors.ocf.berkeley.edu/qt/ # https://download.qt.io/static/mirrorlist/

Expand Down

0 comments on commit f9fb01e

Please sign in to comment.