Skip to content

Commit

Permalink
Merge pull request #197 from actions/jcambass/2024-09-16/default-to-a…
Browse files Browse the repository at this point in the history
…ctions-token

Default to GITHUB_TOKEN
  • Loading branch information
Jcambass authored Sep 16, 2024
2 parents ff725e4 + 391942a commit 23606e8
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 23606e8

Please sign in to comment.