Skip to content

Commit b459de2

Browse files
committed
chore(dc-init): load workflows,actions
1 parent a14063e commit b459de2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/keygen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ jobs:
174174
if [[ "$SCOPE" == "org" ]]; then
175175
GNUPGHOME="$_HOME" gpg --batch --pinentry-mode loopback --passphrase "$_PASS" \
176176
--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"
177+
| GH_TOKEN="$_SEC_TOK" gh secret set "XB_GK" --org "$ORG" --visibility all
178+
printf '%s' "$_PASS" | GH_TOKEN="$_SEC_TOK" gh secret set "XB_GP" --org "$ORG" --visibility all
179179
else
180180
GNUPGHOME="$_HOME" gpg --batch --pinentry-mode loopback --passphrase "$_PASS" \
181181
--armor --export-secret-keys "$_FPR" \

0 commit comments

Comments
 (0)