Skip to content

Commit

Permalink
Merge pull request #32 from pseusys/master
Browse files Browse the repository at this point in the history
Default value for token added
  • Loading branch information
dsaltares authored Jan 28, 2022
2 parents 530894a + cc87a49 commit d608855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Demo

on:
push:
pull_request:
branches:
- master
Expand All @@ -23,7 +24,6 @@ jobs:
version: "tags/v0.1.18"
file: "plague-linux.zip"
target: "subdir/plague-linux.zip"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Display the details
run: |
echo ${{ steps.get_release.outputs.version }}
Expand Down
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ inputs:
required: false
token:
description: 'The GitHub token. Typically this will be secrets.GITHUB_TOKEN'
required: true
required: false
default: ${{ github.token }}

runs:
using: 'docker'
Expand Down

0 comments on commit d608855

Please sign in to comment.