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: authenticate github cli

+6
+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"])? 64 65 .with_exec(vec![ 65 66 "pkgx", 66 67 "+gh",
+5
.github/workflows/ci.yml
··· 27 27 username: ${{ secrets.DOCKERHUB_USERNAME }} 28 28 password: ${{ secrets.DOCKERHUB_PASSWORD }} 29 29 30 + - name: Write Github Token to file 31 + run: echo $GITHUB_TOKEN > .github_token 32 + env: 33 + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 34 + 30 35 - name: Build and Publish image to Docker Hub 31 36 uses: fluentci-io/setup-fluentci@v5 32 37 with: