Skip to content

Commit

Permalink
Merge pull request #1798 from Artsdatabanken/slack
Browse files Browse the repository at this point in the history
Deploy via slack
  • Loading branch information
bjornreppen authored Dec 11, 2023
2 parents 7c649cb + d3aef42 commit a2985b2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
with:
artifacts: ${{ github.event.repository.name }}.tar.gz
tag: v_${{ github.run_number }}
workflow_dispatch:
runs-on: ubuntu-latest
steps:
- name: Fyrer NiN
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }}
repository: artsdatabanken/nin-kart
event-type: fra_nin-kart
- name: post to slack
run: ./.github/workflows/slack.sh ${{ secrets.POST_SLACK }}
shell: bash

0 comments on commit a2985b2

Please sign in to comment.