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
|
required: true
|
||||||
SPLATOON_STATINK_TOKEN:
|
SPLATOON_STATINK_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
|
SIXTEEN_PERSONALITIES_URL:
|
||||||
|
required: true
|
||||||
SPOTIFY_TOKENS:
|
SPOTIFY_TOKENS:
|
||||||
required: true
|
required: true
|
||||||
STOCK_TOKEN:
|
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 }}
|
GOOGLE_MAP_TOKEN: ${{ secrets.GOOGLE_MAP_TOKEN }}
|
||||||
SPLATOON_TOKEN: ${{ secrets.SPLATOON_TOKEN }}
|
SPLATOON_TOKEN: ${{ secrets.SPLATOON_TOKEN }}
|
||||||
SPLATOON_STATINK_TOKEN: ${{ secrets.SPLATOON_STATINK_TOKEN }}
|
SPLATOON_STATINK_TOKEN: ${{ secrets.SPLATOON_STATINK_TOKEN }}
|
||||||
|
SIXTEEN_PERSONALITIES_URL: ${{ secrets.SIXTEEN_PERSONALITIES_URL }}
|
||||||
SPOTIFY_TOKENS: ${{ secrets.SPOTIFY_TOKENS }}
|
SPOTIFY_TOKENS: ${{ secrets.SPOTIFY_TOKENS }}
|
||||||
STOCK_TOKEN: ${{ secrets.STOCK_TOKEN }}
|
STOCK_TOKEN: ${{ secrets.STOCK_TOKEN }}
|
||||||
TWITTER_TOKEN: ${{ secrets.TWITTER_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
|
required: true
|
||||||
SPLATOON_STATINK_TOKEN:
|
SPLATOON_STATINK_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
|
SIXTEEN_PERSONALITIES_URL:
|
||||||
|
required: true
|
||||||
SPOTIFY_TOKENS:
|
SPOTIFY_TOKENS:
|
||||||
required: true
|
required: true
|
||||||
STOCK_TOKEN:
|
STOCK_TOKEN:
|
||||||
|
|||||||
Reference in New Issue
Block a user