Added ExchangeRate-API enviornment variable
This commit is contained in:
parent
8fb872ad6f
commit
8b63846270
2 changed files with 4 additions and 3 deletions
1
.github/workflows/gradle.yml
vendored
1
.github/workflows/gradle.yml
vendored
|
@ -47,6 +47,7 @@ jobs:
|
|||
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
|
||||
MASTODON_HANDLE: ${{ secrets.MASTODON_HANDLE }}
|
||||
MASTODON_INSTANCE: ${{ secrets.MASTODON_INSTANCE }}
|
||||
EXCHANGERATE_API_KEY: ${{ secrets.EXCHANGERATE_API_KEY }}
|
||||
with:
|
||||
arguments: build check --stacktrace
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue