Skip to content

Commit 55bd527

Browse files
Merge pull request #18 from simatic-ax/fix/add_variable_identifiers_for_signkey
fix: add variable identifiers for secrets.APAX_SIGNKEY_V2
2 parents 3eb3fe0 + 7db1f2b commit 55bd527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/application-example-release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Pack the template
6060
uses: simatic-ax/actions/apax-pack@v4
6161
with:
62-
key: secrets.APAX_SIGNKEY_V2
62+
key: ${{ secrets.APAX_SIGNKEY_V2 }}
6363
key-version: "v2"
6464
path: ${{ env.TEMPLATE_PATH }}
6565

0 commit comments

Comments
 (0)