Skip to content

refactor: move verifyProviderSecret function to security.go #19

refactor: move verifyProviderSecret function to security.go

refactor: move verifyProviderSecret function to security.go #19

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
- 'docs/**'
jobs:
test:
name: Run Acceptance Tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: 'go.mod'
cache: true
- run: go mod download
- run: go test -v -cover ./... -timeout 5m
timeout-minutes: 5
env:
WEBHOOK_SECRET: test_Secret1