Torben H.

Results 144 comments of Torben H.

- I've been using LuaUnit 3.4 since 17 dec 2020 - only [some](https://github.com/Ismoh/NoitaMP/tree/master/mods/noita-mp/tests) files ~atm with 11+ tests, but will increase.~ - Multiplayer Mod for Noita - [NoitaMP](https://github.com/Ismoh/NoitaMP) - No...

~It is updated in the latest master, but not in the release 0.3.0~ It was updated, but is still not fixed, try the solution @LazyInn suggested, by changing sendToPeer as...

Any news on this? I have the same problem as you can see below: https://github.com/Ismoh/NoitaMP/actions/runs/1593103194

- Which service is this badge for e.g: **Codemagic.io** - What sort of information should this badge show? Provide an example in plain text e.g: "version | v1.01" or as...

@calebcartwright would you reopen this issue?

Take a look here: https://docs.codemagic.io/rest-api/codemagic-rest-api/#authentication Looks like every user has its own Codemagic API token, which might include sensitive data. ![image](https://user-images.githubusercontent.com/12631485/162014209-fe8ccedd-8bb7-44c3-aa37-5590bf15eb67.png)

Maybe this helps: ``` jobs: build: runs-on: macos-latest # use ubuntu-latest here and it works fine [...] - name: whatever you named it uses: cpina/github-action-push-to-another-repository@main env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}...

I think this can be closed, mhh?