Skip to content
Closed
4 changes: 2 additions & 2 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
with:
token: ${{ secrets.CI_TOKEN }}
# with:
# token: ${{ secrets.CI_TOKEN }}

- name: Compile ZIPs and Zcash Protocol Specification
uses: ./.github/actions/render
Expand Down
Loading