Default to GITHUB_TOKEN
This commit is contained in:
@@ -15,5 +15,3 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Publish Immutable Action Version
|
- name: Publish Immutable Action Version
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
@@ -52,8 +52,6 @@ jobs:
|
|||||||
- name: Publish
|
- name: Publish
|
||||||
id: publish
|
id: publish
|
||||||
uses: actions/publish-immutable-action@0.0.1
|
uses: actions/publish-immutable-action@0.0.1
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
```
|
```
|
||||||
<!-- end usage -->
|
<!-- end usage -->
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ branding:
|
|||||||
inputs:
|
inputs:
|
||||||
github-token:
|
github-token:
|
||||||
description: 'The GitHub actions token used to authenticate with GitHub APIs'
|
description: 'The GitHub actions token used to authenticate with GitHub APIs'
|
||||||
|
default: ${{ github.token }}
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
package-manifest-sha:
|
package-manifest-sha:
|
||||||
|
|||||||
Reference in New Issue
Block a user