Compare commits

..

6 Commits

Author SHA1 Message Date
gitea-actions 40dd6f9675 chore: bump version [skip ci] 2026-05-29 16:49:10 +00:00
deac 5b5522f3e0 Merge branch 'main' of ssh://gitea.pixelparasol.com:4122/pixel-parasol-public/gitea-actions
/ publish (push) Successful in 7s
2026-05-29 12:48:58 -04:00
deac 37b5363e63 testing 2026-05-29 12:48:54 -04:00
gitea-actions 188aa399a6 chore: bump version [skip ci] 2026-05-29 16:43:37 +00:00
deac 67072f822e Merge branch 'main' of ssh://gitea.pixelparasol.com:4122/pixel-parasol-public/gitea-actions
/ publish (push) Successful in 7s
2026-05-29 12:43:26 -04:00
deac 094e27b8ce mask kubeconfig 2026-05-29 12:43:21 -04:00
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
1.5.0
1.7.0
+2
View File
@@ -61,6 +61,8 @@ runs:
exit 1
fi
echo "::add-mask::$VALUE"
DELIMITER="INFISICAL_EOF_$$"
echo "value<<${DELIMITER}" >> "$GITHUB_OUTPUT"
echo "$VALUE" >> "$GITHUB_OUTPUT"
+3 -1
View File
@@ -16,7 +16,9 @@ runs:
steps:
- name: Mask kubeconfig
shell: sh
run: echo "::add-mask::${{ inputs.K8S_CONFIG }}"
env:
K8S_CONFIG: ${{ inputs.K8S_CONFIG }}
run: echo "::add-mask::$K8S_CONFIG"
- name: Configure kubectl
shell: sh