mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-05 21:26:42 -04:00
chore(ci): Use Personal Access Token for scheduled updates workflow (#2377)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/reusable-android-build.yml
vendored
2
.github/workflows/reusable-android-build.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
build-scan-terms-of-use-agree: 'yes'
|
||||
add-job-summary: always
|
||||
- name: Run Detekt, Build, Lint, and Local Tests
|
||||
run: ./gradlew detekt lintFdroidDebug lintGoogleDebug assembleDebug testFdroidDebug testGoogleDebug --configuration-cache --scan --parallel
|
||||
run: ./gradlew detekt lintFdroidDebug lintGoogleDebug assembleDebug testFdroidDebug testGoogleDebug --configuration-cache --scan
|
||||
- name: Upload F-Droid debug artifact
|
||||
if: ${{ inputs.upload_artifacts }}
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
2
.github/workflows/scheduled-updates.yml
vendored
2
.github/workflows/scheduled-updates.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
||||
- name: Create Pull Request if changes occurred
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.AUTOMATION_PAT }}
|
||||
commit-message: |
|
||||
chore: Scheduled updates (Firmware, Hardware, Translations)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user