From 7dd70e632b808a4ee78ef3ce9de6acbb7ff0c2c0 Mon Sep 17 00:00:00 2001
From: Rob Herley <robherley@github.com>
Date: Tue, 18 Feb 2025 17:54:10 -0500
Subject: [PATCH] Create publish-immutable-actions.yml

---
 .../workflows/publish-immutable-actions.yml   | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 .github/workflows/publish-immutable-actions.yml

diff --git a/.github/workflows/publish-immutable-actions.yml b/.github/workflows/publish-immutable-actions.yml
new file mode 100644
index 0000000..87c0207
--- /dev/null
+++ b/.github/workflows/publish-immutable-actions.yml
@@ -0,0 +1,20 @@
+name: 'Publish Immutable Action Version'
+
+on:
+  release:
+    types: [published]
+
+jobs:
+  publish:
+    runs-on: ubuntu-latest
+    permissions:
+      contents: read
+      id-token: write
+      packages: write
+
+    steps:
+      - name: Checking out
+        uses: actions/checkout@v4
+      - name: Publish
+        id: publish
+        uses: actions/publish-immutable-action@0.0.3