Jonathan
Jonathan
Thanks. I'm not running it from a personal repo, so instead of: ``` env: MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` I should use: ``` env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` is...
Unfortunately, it fails with `MY_GITHUB_TOKEN not defined` :-( EDIT: I've also tried it now with an organisation secret I created called ORG_SECRET: `MY_GITHUB_TOKEN: ${{ secrets.ORG_SECRET }}` And again got this:...
When I try that, I get this I'm afraid: ``` Run srggrs/[email protected] with: project: https://github.com/orgs/Sasilovistor/projects/1 column_name: Triage env: GITHUB_TOKEN: *** /usr/bin/docker run --name srggrsassignoneprojectgithubaction120_87a3c3 --label 5588e4 --workdir /github/workspace --rm -e...
I'm trying to do it like this, but it comes back with "Cannot be installed as it appears to be corrupt": 
I think it's probably not going to be possible without some re-writing. If the maintainers want to do that, or somebody wants to fork, let's not stop them :-)
@numbawon How did you view the db in a text editor? I've tried using DB Browser for SQLite and it doesn't seem to want to open it.
@Gazoo Sorry, I meant how do I open the authplus.db so as to get the plain text? Is its SQLCipher method something non-standard? What tool did you use?
I tried various methods to read/import the encrypted file but none of them worked. I transferred all my accounts manually in the end.
Just to be clear, you are talking about the combo boxes that store a list of previously selected addresses, is that right?   If so, then there isn't a...
> In this case this is a context menu. The trouble with having a context menu for this is that nothing else in Jamulus is using one. So it's not...