- Go to GitHub Settings → Developer settings → Tokens (classic)
- Under Select scopes, enable:
read:packages(to access container registry)write:packages(if you need to push packages)
- Generate token and copy it immediately - you won't see it again
Use the generated token to authenticate:
echo "$GHCR_TOKEN" | docker login ghcr.io -u YOUR_GITHUB_USERNAME --password-stdinecho "$GHCR_TOKEN" | podman login ghcr.io -u YOUR_GITHUB_USERNAME --password-stdinReplace YOUR_GITHUB_USERNAME with your GitHub username.
scripts/run-network-tests.sh ghcr.io/broxus/tycho-tests/tycho-tests-ping-pong:latestset CI=true to run tests using podman.
CI=true scripts/run-network-tests.sh ghcr.io/broxus/tycho-tests/tycho-tests-destroyable:latest