Skip to content

Commit

Permalink
fix: rename secret
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Nov 7, 2023
1 parent c70a565 commit 1bbfa0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
required: true
type: string
secrets:
GITHUB_TOKEN:
GH_TOKEN:
required: true
PERSONAL_TOKEN:
required: true
Expand All @@ -39,7 +39,7 @@ jobs:
title: Developer Portal healthcheck
summary: Building the project in DevHub (Developer Portal)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Validate check run
if: ${{ !fromJson(steps.create_check_run.outputs.data).id }}
Expand Down

0 comments on commit 1bbfa0c

Please sign in to comment.