sigstore / gitsign

Keyless Git signing using Sigstore
Other
951 stars 63 forks source link

Fix gitsign env test #568

Closed adityasaky closed 1 month ago

adityasaky commented 1 month ago

Summary

The env test fails if the testing environment has other sigstore / gitsign related env vars set. This commit unsets them for the duration of the test.

Recent CI jobs have failed because github actions now has a SIGSTORE_ID_TOKEN variable set

Release Note

NONE

Documentation

NONE