Migrates all deployment secrets from Forgejo repository secrets into the SOPS-encrypted secrets.enc.yaml. Removes all silent-skip fallbacks (if: secrets.X != '') and replaces them with hard failures.
Closes the security gap documented in DAGGER.md.
Migrates all deployment secrets from Forgejo repository secrets into the SOPS-encrypted `secrets.enc.yaml`. Removes all silent-skip fallbacks (`if: secrets.X != ''`) and replaces them with hard failures.
Closes the security gap documented in DAGGER.md.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Migrates all deployment secrets from Forgejo repository secrets into the SOPS-encrypted
secrets.enc.yaml. Removes all silent-skip fallbacks (if: secrets.X != '') and replaces them with hard failures.Closes the security gap documented in DAGGER.md.
Encrypted secrets (age pubkey:
age1r0k34dkgzppaew7etm3ka7p0dgxcd365gxe66kuuqsnw6hqax9qswda0sh).Decrypt:
echo '<blob>' | base64 -d | age --decrypt -i <(grep SOPS_AGE_KEY ~/.env | cut -d= -f2-)