fix(ci): missing token
This commit is contained in:
2
.github/scripts/files/examples.yml
vendored
2
.github/scripts/files/examples.yml
vendored
@@ -22,6 +22,8 @@ on:
|
||||
required: true
|
||||
SPLATOON_STATINK_TOKEN:
|
||||
required: true
|
||||
SIXTEEN_PERSONALITIES_URL:
|
||||
required: true
|
||||
SPOTIFY_TOKENS:
|
||||
required: true
|
||||
STOCK_TOKEN:
|
||||
|
||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -158,6 +158,7 @@ jobs:
|
||||
GOOGLE_MAP_TOKEN: ${{ secrets.GOOGLE_MAP_TOKEN }}
|
||||
SPLATOON_TOKEN: ${{ secrets.SPLATOON_TOKEN }}
|
||||
SPLATOON_STATINK_TOKEN: ${{ secrets.SPLATOON_STATINK_TOKEN }}
|
||||
SIXTEEN_PERSONALITIES_URL: ${{ secrets.SIXTEEN_PERSONALITIES_URL }}
|
||||
SPOTIFY_TOKENS: ${{ secrets.SPOTIFY_TOKENS }}
|
||||
STOCK_TOKEN: ${{ secrets.STOCK_TOKEN }}
|
||||
TWITTER_TOKEN: ${{ secrets.TWITTER_TOKEN }}
|
||||
|
||||
2
.github/workflows/examples.yml
vendored
2
.github/workflows/examples.yml
vendored
@@ -22,6 +22,8 @@ on:
|
||||
required: true
|
||||
SPLATOON_STATINK_TOKEN:
|
||||
required: true
|
||||
SIXTEEN_PERSONALITIES_URL:
|
||||
required: true
|
||||
SPOTIFY_TOKENS:
|
||||
required: true
|
||||
STOCK_TOKEN:
|
||||
|
||||
Reference in New Issue
Block a user