update secret

This commit is contained in:
Salvatore Giordano
2021-03-02 14:51:42 +01:00
parent 337e5e1be5
commit 0db36db4df
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
- uses: benc-uk/workflow-dispatch@v1
with:
workflow: build_nightly
token: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
token: ${{ secrets.GH_TOKEN }}
dispatch_stable:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
@@ -25,4 +25,4 @@ jobs:
- uses: benc-uk/workflow-dispatch@v1
with:
workflow: build
token: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
token: ${{ secrets.GH_TOKEN }}