Sign with CI/CD
Sign with CI/CD
Section titled “Sign with CI/CD”Automate code signing in your pipelines.
GitHub Actions
Section titled “GitHub Actions”steps: - uses: actions/checkout@v2 - name: Sign Artifact run: | curl -X POST ...GitLab CI
Section titled “GitLab CI”sign_job: script: - ./sign-artifact.sh