Skip to content

Commit

Permalink
ci: configure github-cli in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Dec 21, 2021
1 parent c26b619 commit 16b04ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ orbs:
go: circleci/go@1.7.0
codecov: codecov/codecov@3.1.0
snyk: snyk/snyk@1.1.2
gh: circleci/github-cli@1.1.0
jobs:
test_acc:
parameters:
Expand Down Expand Up @@ -103,6 +104,8 @@ jobs:
- image: golang:1.16
steps:
- checkout
- gh/setup:
version: 2.2.0
- run:
name: "Ensure GnuPG is available"
command: gpg --version
Expand Down

0 comments on commit 16b04ee

Please sign in to comment.