Skip to content

Commit

Permalink
ci: adds token parameter on checkout step (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Feb 2, 2024
1 parent 8175aca commit 2737ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
token: ${{ secrets.ATALA_GITHUB_TOKEN }}
submodules: 'true'

- name: Setup Node.js
Expand Down

1 comment on commit 2737ee8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 62%
62.22% (1260/2025) 50.64% (547/1080) 64.12% (370/577)

JUnit

Tests Skipped Failures Errors Time
335 2 💤 0 ❌ 0 🔥 37.38s ⏱️

Please sign in to comment.