Skip to content

Commit

Permalink
Adds missing arguments for a reusable workflow (#3)
Browse files Browse the repository at this point in the history
* - init

* - pull self by name

* - add missing secret
  • Loading branch information
nshyrei authored Feb 13, 2024
1 parent e3b505e commit 1cd6df9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
required: true
OVERLAYFS_UNIT_TEST_API_KEY:
required: true
PAT:
required: true
push:
branches: [ "master" ]
pull_request:
Expand All @@ -29,6 +31,8 @@ jobs:
steps:
- name: Pull main repository
uses: actions/checkout@v3
with:
repository: fortanix/salmiac

- name: Pull submodules
uses: actions/checkout@v3
Expand Down

0 comments on commit 1cd6df9

Please sign in to comment.