There was an error while loading. Please reload this page.
1 parent a14063e commit b459de2Copy full SHA for b459de2
1 file changed
.github/workflows/keygen.yml
@@ -174,8 +174,8 @@ jobs:
174
if [[ "$SCOPE" == "org" ]]; then
175
GNUPGHOME="$_HOME" gpg --batch --pinentry-mode loopback --passphrase "$_PASS" \
176
--armor --export-secret-keys "$_FPR" \
177
- | GH_TOKEN="$_SEC_TOK" gh secret set "XB_GK" --org "$ORG"
178
- printf '%s' "$_PASS" | GH_TOKEN="$_SEC_TOK" gh secret set "XB_GP" --org "$ORG"
+ | GH_TOKEN="$_SEC_TOK" gh secret set "XB_GK" --org "$ORG" --visibility all
+ printf '%s' "$_PASS" | GH_TOKEN="$_SEC_TOK" gh secret set "XB_GP" --org "$ORG" --visibility all
179
else
180
181
0 commit comments