1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-02-03 20:37:45 +01:00

10 Commits

Author SHA1 Message Date
Konrad Pozniak
997fd14c81
only run one test deployment at once (#4724)
When merging a bunch of PRs at once, it is enough if the newest one gets
deployed.
2024-10-11 09:23:19 +02:00
Conny Duck
2dd6d9db5c
use correct syntax for github run number 2024-10-10 21:28:50 +02:00
Conny Duck
8e7ad66b18
try fixing test deployment 2024-10-10 20:48:29 +02:00
Konrad Pozniak
0261788a67
add environment to workflows (#4721)
this should fix the problem where the secrets are not available in the
workflow
https://github.com/tuskyapp/Tusky/actions/runs/11276192946/job/31362570493
2024-10-10 20:13:28 +02:00
Conny Duck
b167ac8fcc
set versionCode before building nightly for Google Play upload 2024-10-10 20:02:50 +02:00
Conny Duck
8a9a4f2075
output GITHUB_RUN_NUMBER in workflow 2024-10-10 19:52:32 +02:00
Konrad Pozniak
7347203166
output GITHUB_RUN_NUMBER in workflow (#4722) 2024-10-10 19:40:01 +02:00
Konrad Pozniak
a366d49ad7
improve github action setup (#4718) 2024-10-10 16:31:34 +02:00
Konrad Pozniak
9bb1329665
add checkout step to deploy pipelines (#4717)
Re: https://github.com/tuskyapp/Tusky/pull/4682#issuecomment-2402485451
Ok that was quick.

According to the error message, that should fix the problem.

https://github.com/tuskyapp/Tusky/actions/runs/11256946411/job/31300028953
2024-10-09 20:28:25 +02:00
Konrad Pozniak
a04e95c39b
upload to Google Play with GitHub Actions, remove Bitrise (#4682)
closes https://github.com/tuskyapp/Tusky/issues/4236

I hope I did everything correctly, we will find out after this is
merged.

I am setting up the environment variables containing the keys so they
are only available to actions that need them.

This should be easier to maintain, GitHub seems to be faster then
Bitrise, and we no longer have two checks on every pull request.
2024-10-09 16:20:12 +02:00