Skip to content

Commit

Permalink
try moving env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
leeaj8-uci committed Nov 22, 2023
1 parent 9f350b0 commit 559dab7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: CI

env:
$REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.CTC_DEVOPS_ORG_PAT }}

on:
[pull_request]

permissions: read-all

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

0 comments on commit 559dab7

Please sign in to comment.