Skip to content

Commit

Permalink
fix: action user to trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Sep 4, 2023
1 parent b989c5b commit 3ec036c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/localization-crowdin-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest

env:
GITHUB_USER: ${{ github.actor }}
GITHUB_USER: "AndroidBob"
GITHUB_TOKEN: ${{ secrets.ANDROID_BOB_GH_TOKEN }}

steps:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

pull_request_labels: "l10n, crowdin"
pull_request_assignees: "AndroidBob"
pull_request_team_reviewers: "android"
pull_request_team_reviewers: "wireapp/android"
pull_request_base_branch_name: ${{env.BASE_BRANCH}}

config: "crowdin.yml"

0 comments on commit 3ec036c

Please sign in to comment.