Replace Circle CI with GitHub Actions

This commit is contained in:
Matan Kushner
2019-04-06 18:16:42 -04:00
parent 2df7d3078e
commit f289bca357
6 changed files with 26 additions and 55 deletions

View File

@@ -4,7 +4,7 @@ const Octokit = require("@octokit/rest");
const {
GIST_ID: gistId,
GITHUB_TOKEN: githubToken,
GH_TOKEN: githubToken,
WAKATIME_API_KEY: wakatimeApiKey
} = process.env;