Skip to content

Commit

Permalink
Not token.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 21, 2019
1 parent c14835a commit 6103494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: galaxy
uses: robertdebock/galaxy-action@master
with:
galaxy_api_token: ${{ secrets.galaxy_api_token }}
galaxy_api_key: ${{ secrets.galaxy_api_key }}
```
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: Publish Ansible role to Galaxy
author: Robert de Bock <[email protected]>

inputs:
galaxy_api_token:
description: Your personal Galaxy token found under Galaxy -> Your Profile -> Preferences -> API Key
galaxy_api_key:
description: Your personal Galaxy key found under Galaxy -> Your Profile -> Preferences -> API Key
required: true

runs:
using: docker
image: 'docker://robertdebock/github-action-galaxy'
env:
galaxy_api_token: ${{ inputs.namespace }}
galaxy_api_key: ${{ inputs.galaxy_api_key }}

branding:
icon: play
Expand Down

0 comments on commit 6103494

Please sign in to comment.