Fix: Remove unnecessary token parameter from GitHub Actions workflow
This commit is contained in:
@@ -20,15 +20,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Check Authentication
|
- name: Check Authentication
|
||||||
uses: ./check-token
|
uses: ./check-token
|
||||||
with:
|
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
|
||||||
|
|
||||||
- name: Go ACME Setup
|
- name: Go ACME Setup
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
repository: 'go-acme/lego'
|
repository: 'go-acme/lego'
|
||||||
file-type: 'archive'
|
file-type: 'archive'
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
|
||||||
update-cache: 'always'
|
update-cache: 'always'
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
@@ -37,7 +34,6 @@ jobs:
|
|||||||
repository: 'gohugoio/hugo'
|
repository: 'gohugoio/hugo'
|
||||||
file-name: '~hugo_extended_[^a-z].*{{SYSTEM}}-{{ARCH}}'
|
file-name: '~hugo_extended_[^a-z].*{{SYSTEM}}-{{ARCH}}'
|
||||||
file-type: 'archive'
|
file-type: 'archive'
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
|
||||||
update-cache: 'always'
|
update-cache: 'always'
|
||||||
|
|
||||||
- name: Setup RClone
|
- name: Setup RClone
|
||||||
@@ -45,7 +41,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: 'rclone/rclone'
|
repository: 'rclone/rclone'
|
||||||
file-type: 'archive'
|
file-type: 'archive'
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
|
||||||
update-cache: 'always'
|
update-cache: 'always'
|
||||||
|
|
||||||
- name: Verify Installation
|
- name: Verify Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user