Skip to content

Commit

Permalink
ci: use local version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 15, 2023
1 parent 8b1fa3c commit e79436e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: CD
on:
push:
branches:
- master
branches: [master]
pull_request:
branches:
- master
branches: [master]

jobs:
# This workflow contains a single job called "build"
build:
Expand All @@ -18,7 +17,7 @@ jobs:
- uses: actions/checkout@v2

- name: Unlock secrets
uses: sliteteam/github-action-git-crypt-unlock@master
uses: ./
env:
GIT_CRYPT_KEY: "AEdJVENSWVBUS0VZAAAAAgAAAAAAAAABAAAABAAAAAAAAAADAAAAIF85B7kFpHjz49GStZm1ctyWQv+o3qvHlbAiMB/VgJQRAAAABQAAAEC4OV4QgSqUqF1ChA9uz6JT3F80yV5KjxMm6YqBZX+zRwsgWMqK+164ptiSy+Pfo+IrPH5boZfebV6IdCHl8/4NAAAAAA=="

Expand Down

0 comments on commit e79436e

Please sign in to comment.