This website works better with JavaScript.
Home
Explore
Help
Sign In
COVID-19
/
covid19-data
mirror of
https://github.com/gmarxcc/covid-19
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
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
96eae7c234
commit
6904d1d805
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}}
Write
Preview
Loading…
Cancel
Save