Skip to content

Commit

Permalink
ci: remove token test input
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Sep 18, 2023
1 parent 7386209 commit 5185e13
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ on:
required: false
cache:
type: string
required: false
token:
type: string
default: "true"
required: false

jobs:
Expand Down Expand Up @@ -40,7 +38,6 @@ jobs:
version: ${{ inputs.version }}
path: ${{ inputs.path }}
cache: ${{ inputs.cache }}
token: ${{ inputs.token }}

- name: Verify executables in PATH on bash
run: |
Expand Down

0 comments on commit 5185e13

Please sign in to comment.