build: bump mobile-android-pipelines from 6ba6fdb
to a784814
(#149)
#144
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Mobile Android Logging | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
bump_version: | |
env: | |
JDK_VERSION: 17 | |
permissions: | |
id-token: write | |
contents: write | |
packages: write | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Run deployment workflow | |
uses: govuk-one-login/mobile-android-pipelines@0e6427c1103ec789a38c21afddbca79ee9bda4e8 | |
with: | |
sonar_token: ${{ secrets.SONAR_TOKEN }} | |
github_token: ${{ secrets.GITHUB_TOKEN }} |