github: Use specific token to override branch protection

This commit is contained in:
Jakob Borg 2022-01-10 14:45:47 +01:00
parent dc0dbed96e
commit 4fb7e04686

View File

@ -11,6 +11,8 @@ jobs:
name: Update translations and documentation
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
- uses: actions/setup-go@v2
with:
go-version: ^1.17.6