Skip to content

Commit

Permalink
Use separate token for submitting x-checker PRs
Browse files Browse the repository at this point in the history
repo token prevents running smoketest workflow
  • Loading branch information
bbhtt committed Oct 2, 2024
1 parent 1652c80 commit 684339a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
ref: ${{ matrix.branch }}
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
env:
GIT_AUTHOR_NAME: Flatpak External Data Checker
GIT_COMMITTER_NAME: Flatpak External Data Checker
GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: flathubbot
GIT_COMMITTER_NAME: flathubbot
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_EMAIL: [email protected]
EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.FP_BUILDER_FLATHUBBOT_TOKEN }}
with:
args: --update --never-fork org.flatpak.Builder.json

0 comments on commit 684339a

Please sign in to comment.