diff --git a/.github/workflows/initialize-edge-app.yml b/.github/workflows/initialize-edge-app.yml index c011864..218e743 100644 --- a/.github/workflows/initialize-edge-app.yml +++ b/.github/workflows/initialize-edge-app.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v6 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 22c33a7..e9d7860 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@v6 - - 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@v6 - - 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