Skip to content

Commit

Permalink
Add git-token secret to guidelines enforcer (#28)
Browse files Browse the repository at this point in the history
* Add git-token secret to guidelines enforcer

* typo

* Use LEDGER_APP_TOKEN
  • Loading branch information
thibault-martinez authored Oct 17, 2024
1 parent a406df1 commit 2caad56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/guidelines_enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
guidelines_enforcer:
name: Call Ledger guidelines_enforcer
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1
secrets:
git_token: ${{ secrets.LEDGER_APP_TOKEN }}

0 comments on commit 2caad56

Please sign in to comment.