Skip to content

Commit

Permalink
Add GITHUB_PAT for authentication (#398)
Browse files Browse the repository at this point in the history
For theValidatoR action.

Signed-off-by: cicdguy <[email protected]>
  • Loading branch information
cicdguy authored Sep 27, 2023
1 parent 5cdbdcd commit 272cf5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate_generic_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Build report 🏗
id: validation
uses: insightsengineering/thevalidatoR@v1
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
with:
report_output_prefix: validation_report

# Upload the validation report to the release
- name: Upload report to release 🔼
Expand Down

0 comments on commit 272cf5f

Please sign in to comment.