
⨯ remove C:\Home\Projects\Software\Personal\robota\robota-ahk\dist\win-unpacked\resources\app.asar: The process ca nnot access the file because it is being used by another process. github.com/develar/go-fs-util.EnsureEmptyDir /Volumes/data/go/pkg/mod/github.com/develar/go-fs-util@v0.0.0-20190620175131-69a2d4542206/fs.go:98 github.com/develar/app-builder/pkg/electron.UnpackElectron.func1.1 /Volumes/data/Documents/app-builder/pkg/electron/electronUnpack.go:38 gi
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 }}"이런방식으로 했어야 했다 여러줄이라
echo "${{ secrets.PFX }}" | base64 --decode > Seonglae.pfx echo "${{ secrets.ENV }}" > .env
GitHub Personal Access Token is not set, neither programmatically, nor using env "GH_TOKEN"
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 줘서 성공$ git push error: src refspec refs/heads/master matches more than one error: failed to push some refs to 'https://github.com/sungle3737/intuiter'

Seonglae Cho