Skip to content

Commit

Permalink
build: fix secret syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmishragithub authored Oct 11, 2021
1 parent 7b68a58 commit fca3d85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pm-central-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ name: PM CI workflow
on:
workflow_call: # enables this workflow to be reusable for other repo
secrets:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CC_TEST_REPORTER_ID:
description: 'a repo-specific id provided by Codeclimate'
CODECOV_TOKEN:
description: 'a repo-specific token for Codcov report upload'
push:
branches:
- dev
Expand Down

0 comments on commit fca3d85

Please sign in to comment.