Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix github workflow permissions

+1 -2
-1
.fluentci/plugin/src/lib.rs
··· 61 61 let stdout = dag() 62 62 .pipeline("release")? 63 63 .pkgx()? 64 - .with_exec(vec!["pkgx gh auth login --with-token < .github_token"])? 65 64 .with_exec(vec![ 66 65 "pkgx", 67 66 "+gh",
+1 -1
.github/workflows/ci.yml
··· 17 17 publish: 18 18 runs-on: ubuntu-latest 19 19 permissions: 20 - contents: read 20 + contents: write 21 21 packages: write 22 22 steps: 23 23 - uses: actions/checkout@v4