Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
ci: fix env vars in gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Feb 11, 2021
1 parent 624b549 commit f0370f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: use node.js
uses: actions/setup-node@v1
with:
node-version: "10.x"
node-version: "12.x"

- name: cache node.js modules
uses: actions/cache@v2
Expand All @@ -36,6 +36,12 @@ jobs:
SOUNDCLOUD_CLIENT_ID_V1: ${{ secrets.SOUNDCLOUD_CLIENT_ID_V1 }}
SOUNDCLOUD_CLIENT_ID_V2: ${{ secrets.SOUNDCLOUD_CLIENT_ID_V2 }}
SOUNDCLOUD_OAUTH_TOKEN: ${{ secrets.SOUNDCLOUD_OAUTH_TOKEN }}
EXAMPLE_PLAYLIST_ID: ${{ secrets.EXAMPLE_PLAYLIST_ID }}
EXAMPLE_PLAYLIST_URL: ${{ secrets.EXAMPLE_PLAYLIST_URL }}
EXAMPLE_TRACK_ID: ${{ secrets.EXAMPLE_TRACK_ID }}
EXAMPLE_TRACK_URL: ${{ secrets.EXAMPLE_TRACK_URL }}
EXAMPLE_USER_ID: ${{ secrets.EXAMPLE_USER_ID }}
EXAMPLE_USER_URL: ${{ secrets.EXAMPLE_USER_URL }}

- name: codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit f0370f2

Please sign in to comment.