Skip to content

Commit

Permalink
feat(deploy): add remove installation of oidc-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabián Vega authored and Fabián Vega committed Mar 24, 2024
1 parent baa7495 commit 3a8b32d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
uses: actions/setup-python@v5

- name: Install mccli to enable SSH with OIDC authentication
run: |
apt-get install oidc-agent
pip install mccli
run: pip install mccli

- name: Build the project
run: trunk build --release
Expand Down

0 comments on commit 3a8b32d

Please sign in to comment.