Skip to content

Commit

Permalink
Try to Update CI.yml to see if it fixes PRs
Browse files Browse the repository at this point in the history
Shot in the dark guess at trying to figure out why ReviewDog is now complaining about ENV variables
  • Loading branch information
leeaj8-uci authored Nov 22, 2023
1 parent db6533e commit 78e8937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ permissions: read-all

jobs:
eslint:
env:
REVIEWDOG_GITHUB_API_TOKEN: $${{ secret.sCTC_DEVOPS_ORG_PAT }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 78e8937

Please sign in to comment.