Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use SSH deployment key to bump version and tag release candiate (#6789)
To allow this workflow to run even though normal contributors are required to create a pull request. Steps: 1. Generate SSH key pair: ssh-keygen -t ed25519. No need for passphrases etc. 2. Add public key (.pub one) as a deploy key at Your repo -> Settings -> Security -> Deploy keys, check "Allow write access". 3. Add private key as a secret at Your repo -> Settings -> Security -> Secrets and variables -> Actions https://stackoverflow.com/a/76135647/1809872 Co-authored-by: github-actions <[email protected]>
- Loading branch information