Compare commits

...

3 Commits

Author SHA1 Message Date
Joel Ambass 23606e825a Merge pull request #197 from actions/jcambass/2024-09-16/default-to-actions-token
Default to GITHUB_TOKEN
2024-09-16 15:43:51 +02:00
Joel Ambass 391942adf2 Default to GITHUB_TOKEN 2024-09-16 15:16:26 +02:00
Joel Ambass ff725e43e8 Merge pull request #190 from actions/fix_logging
Fix Logging
2024-09-03 17:38:42 +02:00
3 changed files with 1 additions and 4 deletions
-2
View File
@@ -15,5 +15,3 @@ jobs:
uses: actions/checkout@v4
- name: Publish Immutable Action Version
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
-2
View File
@@ -52,8 +52,6 @@ jobs:
- name: Publish
id: publish
uses: actions/publish-immutable-action@0.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
```
<!-- end usage -->
+1
View File
@@ -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: