Skip to content

Commit

Permalink
Merge pull request #1298 from snyk/ci/gh-cli
Browse files Browse the repository at this point in the history
Configure github-cli in circleci
  • Loading branch information
eliecharra authored Dec 21, 2021
2 parents c26b619 + 16b04ee commit aae0a29
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 aae0a29

Please sign in to comment.