Skip to content

Commit 95e0535

Browse files
committed
chore: Update alpha.yml workflow to consistently use the use-warp-build input
1 parent e5eba44 commit 95e0535

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/alpha.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ jobs:
290290
name: Build flatpak repos
291291
needs: [linux, release]
292292
runs-on: ubuntu-latest
293+
permissions:
294+
contents: write
293295
container:
294296
image: bilelmoussaoui/flatpak-github-actions:gnome-44
295297
options: --privileged
@@ -305,7 +307,7 @@ jobs:
305307
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
306308
with:
307309
bundle: org.zen.browser.flatpak
308-
manifest-path: flatpak/org.zen.browser.flatpak.yml
310+
manifest-path: org.zen.browser.flatpak.yml
309311
cache-key: flatpak-builder-${{ github.sha }}
310312
verbose: true
311313

0 commit comments

Comments
 (0)