Skip to content

Commit

Permalink
Default to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcambass committed Sep 16, 2024
1 parent ff725e4 commit 391942a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ jobs:
uses: actions/checkout@v4
- name: Publish Immutable Action Version
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
- name: Publish
id: publish
uses: actions/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
```
<!-- end usage -->
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ branding:
inputs:
github-token:
description: 'The GitHub actions token used to authenticate with GitHub APIs'
default: ${{ github.token }}

outputs:
package-manifest-sha:
Expand Down

0 comments on commit 391942a

Please sign in to comment.