You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Set Action Secret
v1.0.0
Required Secret name.
Required Secret value to store.
Required Repository Access token
Repository to store. Default is github.repository
context
uses: hmanzur/actions-set-secret@v1.0.0
with:
name: 'MY_SECRET_NAME'
value: 'Lorem ipsun dolor simit'
repository: hmanzur/actions-set-secret
token: ${{ secrets.REPO_ACCESS_TOKEN }}