Skip to content

Gamle trello kort

Gamle trello kort #1

name: Gamle trello kort
on:
workflow_dispatch:
schedule:
- cron: '0,3 7 * * 1'
jobs:
gamle-trello-kort:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
env:
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run gamle-trello-kort
env:
FLEXINTERNAL_WEBHOOK: ${{ secrets.FLEXINTERNAL_WEBHOOK }}
TRELLO_TOKEN: ${{ secrets.TRELLO_TOKEN }}
TRELLO_KEY: ${{ secrets.TRELLO_KEY }}
TRELLO_BOARD: ${{ secrets.TRELLO_BOARD }}