pachli-android/.github/workflows
Nik Clayton 37a016576b
ci: Make secrets available in CI workflow (#415)
Previous code used `pull_request:` which meant
`secrets.GRADLE_ENCRYPTION_KEY` was not available, so the configuration
cache was not restored.

Use `pull_request_target` to give the workflow access to `secrets`, and
explicitly downscope the permissions of `GITHUB_TOKEN` to read only.
2024-02-04 20:45:00 +01:00
..
ci.yml ci: Make secrets available in CI workflow (#415) 2024-02-04 20:45:00 +01:00
ktlint.yml chore(deps): update gradle/wrapper-validation-action action to v2 (#402) 2024-01-30 22:15:05 +01:00
populate-gradle-build-cache.yml chore(deps): update gradle/wrapper-validation-action action to v2 (#402) 2024-01-30 22:15:05 +01:00
pr-conventional-commit.yml ci: Rename pr-conventional-commit to pr-conventional-commit.yml (#32) 2023-09-12 13:01:47 +02:00
upload-blue-release-google-play.yml chore(deps): update gradle/wrapper-validation-action action to v2 (#402) 2024-01-30 22:15:05 +01:00
upload-orange-release-google-play.yml chore(deps): update gradle/wrapper-validation-action action to v2 (#402) 2024-01-30 22:15:05 +01:00