Add creds for CI
This commit is contained in:
parent
cd3e612419
commit
3bb78070b7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
|
@ -22,4 +22,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
env:
|
||||||
|
TWITTER_USERNAME: ${{ secrets.TWITTER_USERNAME }}
|
||||||
|
TWITTER_PASSWORD: ${{ secrets.TWITTER_PASSWORD }}
|
||||||
run: go test -v
|
run: go test -v
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue