We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff725e4 + 391942a commit 23606e8Copy full SHA for 23606e8
.github/workflows/release.yml
@@ -15,5 +15,3 @@ jobs:
15
uses: actions/checkout@v4
16
- name: Publish Immutable Action Version
17
uses: ./
18
- with:
19
- github-token: ${{ secrets.GITHUB_TOKEN }}
README.md
@@ -52,8 +52,6 @@ jobs:
52
- name: Publish
53
id: publish
54
uses: actions/publish-immutable-action@0.0.1
55
56
57
```
58
<!-- end usage -->
59
action.yml
@@ -9,6 +9,7 @@ branding:
9
inputs:
10
github-token:
11
description: 'The GitHub actions token used to authenticate with GitHub APIs'
12
+ default: ${{ github.token }}
13
14
outputs:
package-manifest-sha:
0 commit comments