Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Bump axios from 0.20.0 to 1.3.6 #1424

Bump axios from 0.20.0 to 1.3.6

Bump axios from 0.20.0 to 1.3.6 #1424

Workflow file for this run

name: Slash command dispatch
on:
issue_comment:
types: [created]
jobs:
dispatcher:
runs-on: ubuntu-latest
steps:
- name: Slash command dispatch
uses: peter-evans/slash-command-dispatch@v2.3.0
with:
token: ${{ secrets.NOTIFICATION }} # Må ha PAT for å sjekke tilgang for denne actionen.. Bytte?
commands: promote # matcher repository dispatch med navent 'promote-command'
issue-type: issue
allow-edits: true