Skip to content

Commit

Permalink
Merge pull request #17 from Borda/ci/test
Browse files Browse the repository at this point in the history
ci: use local version for testing
  • Loading branch information
Calyhre authored Jan 19, 2024
2 parents 8b1fa3c + e79436e commit a9cbaf8
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 a9cbaf8

Please sign in to comment.