microsoft / git

A fork of Git containing Microsoft-specific patches.
http://git-scm.com/
Other
763 stars 92 forks source link

release: move secrets to workflow environment #584

Closed ldennington closed 1 year ago

ldennington commented 1 year ago

Migrate applicable secrets to a new 'release' workflow environment. This is a security measure to help ensure secrets cannot be accessed by those without proper permissions.

An example of a passing build-git-installers workflow with these changes can be found here (I set up my fork with the same migrated secret values as this repo).

Note that the old actions secrets will be left in this repo until the next successful release, at which point they can be safely removed.