mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-13 00:58:32 +00:00
github: Use specific token to override branch protection
This commit is contained in:
parent
dc0dbed96e
commit
4fb7e04686
@ -11,6 +11,8 @@ jobs:
|
|||||||
name: Update translations and documentation
|
name: Update translations and documentation
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: ^1.17.6
|
go-version: ^1.17.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user