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