mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
676 B
676 B
Continuous Integration Setup
The pull request workflow checks out a private test suite from BitwiseCmdTests. To allow the workflow to clone that repository, add a repository secret named BITWISECMD_TESTS_TOKEN that contains a GitHub personal access token with at least repo scope.
- Generate a classic personal access token from your GitHub account with
reposcope. - In the BitwiseCmd repository settings, open Secrets and variables → Actions.
- Create a new repository secret named
BITWISECMD_TESTS_TOKENand paste the token value.
Once the secret is configured, rerun the pull request workflow so it can authenticate and complete the checkout step.