diff --git a/.github/workflows/initialize-edge-app.yml b/.github/workflows/initialize-edge-app.yml index f7808a8..f822eee 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: main - - 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 9181ede..e46c9de 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