Add releaseNewActionVersion environment gate to prevent accidental releases

pull/1486/head
Bassem Dghaidi 5 months ago committed by GitHub
parent 6849a64899
commit 4e6013043d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,6 +6,8 @@ on:
jobs:
publish:
environment:
name: releaseNewActionVersion
runs-on: ubuntu-latest
permissions:
contents: read
@ -15,6 +17,7 @@ jobs:
steps:
- name: Checking out
uses: actions/checkout@v4
- name: Publish
id: publish
uses: actions/publish-immutable-action@0.0.3

Loading…
Cancel
Save