
pfx 파일 base64 인코딩해서 넣은다음 다시 출력
Secret ability to store Certificates
I am looking at using GitHub Actions to go through a build and deployment process for a module to the PowerShell Gallery. In this process we use a code-signing certificate from an authorized CA. Is there any option/ability for us to save the certificate in GitHub Secrets so we can securely use it within an workflow?
https://github.community/t/secret-ability-to-store-certificates/16930
"${{ secrets.PFX }}"이런방식으로 했어야 했다 여러줄이라
sungle3737/intuiter
You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.
https://github.com/sungle3737/intuiter/actions/runs/142635557
build
--never 줘서 성공
Seonglae Cho