diff --git a/.github/workflows/initialize-edge-app.yml b/.github/workflows/initialize-edge-app.yml index 48932f3..5764219 100644 --- a/.github/workflows/initialize-edge-app.yml +++ b/.github/workflows/initialize-edge-app.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v7 with: ref: ${{ inputs.environment == 'production' && 'main' || github.ref }} - - uses: Screenly/edge-apps-actions/initialize@f4ccd2bd50db5fb0a5147d287ac03cafe552d29b + - uses: Screenly/edge-apps-actions/initialize@v26.9.0 with: screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN }} edge_app_name: ${{ inputs.edge_app_name }} diff --git a/.github/workflows/update-edge-app.yml b/.github/workflows/update-edge-app.yml index 703f032..0003e3a 100644 --- a/.github/workflows/update-edge-app.yml +++ b/.github/workflows/update-edge-app.yml @@ -18,7 +18,7 @@ jobs: environment: stage steps: - uses: actions/checkout@v7 - - uses: Screenly/edge-apps-actions/update@f4ccd2bd50db5fb0a5147d287ac03cafe552d29b + - uses: Screenly/edge-apps-actions/update@v26.9.0 with: screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN }} environment: stage @@ -32,7 +32,7 @@ jobs: environment: production steps: - uses: actions/checkout@v7 - - uses: Screenly/edge-apps-actions/update@f4ccd2bd50db5fb0a5147d287ac03cafe552d29b + - uses: Screenly/edge-apps-actions/update@v26.9.0 with: screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN }} environment: production