Browse Source

[gh actions][xs]: change secret name.

It is required as github doesn't allow underscore in the secret name.
master
anuveyatsu 4 years ago
parent
commit
6904d1d805
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/actions.yml

+ 1
- 1
.github/workflows/actions.yml View File

@ -24,4 +24,4 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.gh }}

Loading…
Cancel
Save