Example files are not real credentials — they should not call require_private (which warns on open permissions) and should not be executable (which would cause them to be sourced and override the real credential files). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
241 B
Text
5 lines
241 B
Text
# shellcheck shell=bash
|
|
# Podman login token for kode.naiv.no container registry
|
|
# Copy to 99-podman-kode and fill in your token, then: chmod 700 99-podman-kode
|
|
#require_private "${BASH_SOURCE[0]}"
|
|
export KODE_REGISTRY_TOKEN=your-token-here
|