Duplicate refs?
Closed this issue · 1 comments
bbkane commented
$ envelope env var show --env-name keyring --name github_personal_access_token
╭────────────┬───────────────────────────────────────────╮
│ EnvName │ keyring │
│ Name │ github_personal_access_token │
│ Value │ ghp_**** │
│ Comment │ envwarden migration: 2024-02-29T16:04:22Z │
│ CreateTime │ Thu 2024-02-29 │
│ UpdateTime │ Thu 2024-02-29 │
╰────────────┴───────────────────────────────────────────╯
EnvRefs
╭─────────┬───────────────────────────────────────────────────────────────────╮
│ EnvName │ /Users/bbkane/Git-GH/git-xargs-tasks │
│ Name │ GITHUB_OAUTH_TOKEN │
│ Comment │ envwarden migration: 2024-02-29T16:04:22Z │
├─────────┼───────────────────────────────────────────────────────────────────┤
│ EnvName │ /Users/bbkane/Git-GH/git-xargs-tasks/2024-03-01-update-goreleasor │
│ Name │ GITHUB_OAUTH_TOKEN │
│ Comment │ │
├─────────┼───────────────────────────────────────────────────────────────────┤
│ EnvName │ /Users/bbkane/Git-GH/git-xargs-tasks/2024-03-01-update-goreleaser │
│ Name │ GITHUB_OAUTH_TOKEN │
│ Comment │ │
╰─────────┴───────────────────────────────────────────────────────────────────╯
bbkane commented
The issue was the suffixes - -er
vs -or
, not a code problem