Skip to content

Commit

Permalink
ci: Let the icingabot trigger L10n updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed May 27, 2020
1 parent 6ff849f commit c5a9b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/L10n-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Repository dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.L10N_ACCESS_TOKEN }}
token: ${{ secrets.ICINGABOT_TOKEN }}
repository: Icinga/L10n
event-type: update
client-payload: '{"origin": "${{ github.repository }}", "commit": "${{ github.sha }}"}'

0 comments on commit c5a9b55

Please sign in to comment.