diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04c8ba5..e354fe8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,6 +10,7 @@ jobs: env: configfile: ${{ secrets.CONFIGFILE }} responsesfile: ${{ secrets.RESPONSESFILE }} + instatusfile: ${{ secrets.INSTATUSFILE }} steps: - uses: actions/checkout@v4 diff --git a/docker-compose.yml b/docker-compose.yml index 7a111ce..b921eb2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,10 +5,13 @@ services: secrets: - configFile - responsesFile + - instatusFile restart: on-failure secrets: configFile: file: ${configfile} responsesFile: - file: ${responsesfile} \ No newline at end of file + file: ${responsesfile} + instatusFile: + file: ${instatusfile} \ No newline at end of file