Test publishing #3

Merged
telackey merged 10 commits from telackey/pub into main 2023-11-22 23:37:10 +00:00
Showing only changes of commit 84b45ccb5c - Show all commits

View File

@ -24,4 +24,7 @@ jobs:
- name: "Install jq" - name: "Install jq"
run: apt -y update && apt -y install jq run: apt -y update && apt -y install jq
- name: "Publish Record" - name: "Publish Record"
env:
CERC_LACONIC_USER_KEY: ${{ secrets.CICD_LACONIC_USER_KEY }}
CERC_LACONIC_BOND_ID: ${{ secrets.CICD_LACONIC_BOND_ID }}
run: scripts/publish-app-record.sh run: scripts/publish-app-record.sh