Skip to content

Commit

Permalink
WIP - removed env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Jan 25, 2021
1 parent 611edcb commit 50ce538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on: [ push, pull_request, workflow_dispatch ]
jobs:
node:
runs-on: ubuntu-latest
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 50ce538

Please sign in to comment.