diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index e1fd3ec6ea..84cc82805b 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Slash command dispatch - uses: peter-evans/slash-command-dispatch@v2.3.0 + uses: peter-evans/slash-command-dispatch@v3.0.1 with: token: ${{ secrets.NOTIFICATION }} # Må ha PAT for å sjekke tilgang for denne actionen.. Bytte? commands: promote # matcher repository dispatch med navent 'promote-command'