creativecommons / legaldb

CC Legal Database: curated repository of Case Law and Scholarship data from around the world in a Django based website.

Home Page:https://LegalDB.CreativeCommons.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop use of GitHub secret for test job on Github action

krysal opened this issue · comments

Description

Because secrets are not available for forks tests fails when someone forks and makes a PR to the develop branch.
This happened in #72 and #75.

Expectation

Tests should run normally on every pull request (whether it is a fork or not).

Resolution

  • I would be interested in resolving this bug.