build: bump mobile-android-pipelines from 6aafb0e
to 0ae460e
(#133)
#122
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@6aafb0e2e9272014d6f98cb45881812e97b0e49f | |
with: | |
sonar_token: ${{ secrets.SONAR_TOKEN }} | |
github_token: ${{ secrets.GITHUB_TOKEN }} |