Skip to content

Commit

Permalink
Revert changes that require a secret
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 committed Jul 25, 2024
1 parent fa00cd9 commit 9216c29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/task-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Installs Go Task
runs:
using: composite
steps:
- name: Install Task
uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- id: install-task
name: Install Go Task
shell: bash
run: bash -c "$(curl -f --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin/

0 comments on commit 9216c29

Please sign in to comment.