Skip to content

Commit

Permalink
ci: decrypt files after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Nov 21, 2024
1 parent b9b5251 commit 0d9b682
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Decrypt files
run: bin/transcrypt -c aes-256-cbc -p ${{ secrets.TRANSCRYPT_KEY }}

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0d9b682

Please sign in to comment.