pachli-android/.github
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
..
ISSUE_TEMPLATE chore: Update issue templates (#4) 2023-09-05 22:20:47 +02:00
workflows ci: Make secrets available in CI workflow (#415) 2024-02-04 20:45:00 +01:00
ci-gradle.properties ci: Enable Gradle configuration cache on CI (#409) 2024-02-02 16:07:03 +01:00