Skip to content

Commit

Permalink
Fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Feb 20, 2025
1 parent cfedf3c commit 2dd5415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# The test script itself will build alr

- name: Run test script
run: scripts/ci-github.sh
run: scripts/ci-github.sh test=false # REMOVE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
shell: bash
env:
BRANCH: ${{ github.base_ref }}
Expand Down Expand Up @@ -539,6 +539,7 @@ jobs:
|| contains(github.event.pull_request.title, 'nightly')
needs: [appimage]
runs-on: ubuntu-22.04
permissions: write-all

steps:

Expand Down

0 comments on commit 2dd5415

Please sign in to comment.