Skip to content

Commit

Permalink
fix(ci): try to pass github token explictly
Browse files Browse the repository at this point in the history
  • Loading branch information
wahtique authored Oct 10, 2023
1 parent f995a08 commit e0a6cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
#
run: |
perl -i -pe 's/{{ GITHUB_TOKEN }}/$ENV{GITHUB_TOKEN}/' .github/scripts/validate-and-merge-cli.scala
scala-cli --power config github.token "env:GITHUB_TOKEN"
scala-cli --power config repositories.credentials maven.pkg.github.com/LedgerHQ value:PrivateToken env:GITHUB_TOKEN
scala-cli .github/scripts/validate-and-merge-cli.scala --main-class main -- all-dapp-allowlist.json
- name: Commit and push merged list
Expand Down

0 comments on commit e0a6cf2

Please sign in to comment.