Skip to content

Commit

Permalink
ci: setup sops
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Oct 10, 2024
1 parent 69f9ecc commit 5b41118
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Setup uv
uses: astral-sh/setup-uv@v3

- name: Setup SOPS
uses: nikaro/actions/getsops@main

- name: Test
run: task test --yes

Expand All @@ -63,7 +66,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Setup uv
uses: astral-sh/setup-uv@v3
Expand Down

0 comments on commit 5b41118

Please sign in to comment.