Skip to content

Commit e098909

Browse files
committed
ci: Use flathubbot token
1 parent d5047fa commit e098909

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/update.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ jobs:
1919

2020
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
2121
env:
22-
GIT_AUTHOR_NAME: Flatpak External Data Checker
23-
GIT_COMMITTER_NAME: Flatpak External Data Checker
24-
# email sets "github-actions[bot]" as commit author, see https://github.community/t/github-actions-bot-email-address/17204/6
25-
GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
26-
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
27-
EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
GIT_AUTHOR_NAME: flathubbot
23+
GIT_COMMITTER_NAME: flathubbot
24+
GIT_AUTHOR_EMAIL: [email protected]
25+
GIT_COMMITTER_EMAIL: [email protected]
26+
27+
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}
2928
with:
3029
# We don't want the default entrypoint, we want our own script
3130
entrypoint: ./update-checker.sh

0 commit comments

Comments
 (0)