Compare commits
2
Commits
976c225074
...
43c917e526
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43c917e526 | ||
|
|
1f11818ecb |
@@ -18,27 +18,35 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# Let's test the token first.
|
|
||||||
- name: Check Authentication
|
- name: Check Authentication
|
||||||
uses: skoszewski/setup-github-release/check-token@v1
|
uses: ./check-token
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Go ACME Setup
|
- name: Go ACME Setup
|
||||||
uses: skoszewski/setup-github-release@v1
|
uses: ./
|
||||||
with:
|
with:
|
||||||
repository: 'go-acme/lego'
|
repository: 'go-acme/lego'
|
||||||
|
file-type: 'archive'
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
update-cache: 'always'
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: skoszewski/setup-github-release@v1
|
uses: ./
|
||||||
with:
|
with:
|
||||||
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'
|
||||||
|
|
||||||
- name: Setup RClone
|
- name: Setup RClone
|
||||||
uses: skoszewski/setup-github-release@v1
|
uses: ./
|
||||||
with:
|
with:
|
||||||
repository: 'rclone/rclone'
|
repository: 'rclone/rclone'
|
||||||
file-type: 'archive'
|
file-type: 'archive'
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
update-cache: 'always'
|
||||||
|
|
||||||
- name: Verify Installation
|
- name: Verify Installation
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ lib/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.github/*.md
|
.github/*.md
|
||||||
dist/cli.js
|
dist/cli.js
|
||||||
|
__pycache__
|
||||||
|
|||||||
Reference in New Issue
Block a user