Skip to content

Commit 292cc14

Browse files
authored
Merge pull request #686 from actions/Jcambass-patch-1
Upgrade IA Publish
2 parents b36c23c + 68b1d5a commit 292cc14

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-immutable-actions.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
publish:
@@ -17,6 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Publish
1919
id: publish
20-
uses: actions/[email protected]
21-
with:
22-
github-token: ${{ secrets.GITHUB_TOKEN }}
20+
uses: actions/[email protected]

0 commit comments

Comments
 (0)