Skip to content

Add codecov token

Add codecov token #94

name: CI - Update dependabot branch
on:
push:
branches: [develop]
jobs:
update-dependabot-branch:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected]
if: github.repository_owner == 'CasperWA'
with:
# General
git_username: CasperWA
git_email: "[email protected]"
default_repo_branch: develop
# Dependabot branch
permanent_dependencies_branch: ci/dependabot-updates
# Documentation
update_docs: false
secrets:
PAT: ${{ secrets.RELEASE_PAT }}