Merge branch 'actions:main' into main

This commit is contained in:
Sjb747 2024-09-18 00:38:24 +10:00 committed by GitHub
commit 1ac26b2212
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 213 additions and 373 deletions

View file

@ -0,0 +1,22 @@
name: 'Publish Immutable Action Version'
on:
release:
types: [created]
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.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}