diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adc417e..edc42da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4 - - uses: cli/gh-extension-precompile@v1 + - uses: cli/gh-extension-precompile@v2 with: - go_version: 1.21 + go_version: 1.23 diff --git a/cmd/byRepos.go b/cmd/byRepos.go index 3d4f065..df51c5e 100644 --- a/cmd/byRepos.go +++ b/cmd/byRepos.go @@ -81,7 +81,7 @@ func init() { byReposCmd.Flags().StringP("source-hostname", "u", os.Getenv("SOURCE_HOST"), "GitHub Enterprise source hostname url (optional) Ex. https://github.example.com") - byReposCmd.Flags().StringP("target-private-key", "p", "", "Private key for GitHub App authentication. Ideally set as an env variable `GHMT_TARGET_PRIVATE_KEY`") + byReposCmd.Flags().StringP("target-private-key", "p", "", "Private key for GitHub App authentication. Ideally set as an env variable: 'GHMT_TARGET_PRIVATE_KEY'") viper.BindPFlag("TARGET_PRIVATE_KEY", byReposCmd.Flags().Lookup("target-private-key")) byReposCmd.Flags().StringP("target-app-id", "i", "", "GitHub App ID")