Made unique artifact names, as reuse is not allowed with actions/uplo… #110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI/CD - New updates to 'master' branch | |
on: | |
push: | |
branches: [master] | |
jobs: | |
updates-to-master: | |
name: External | |
uses: SINTEF/ci-cd/.github/workflows/[email protected] | |
if: github.repository_owner == 'SINTEF' | |
with: | |
# General | |
git_username: DLite Developers | |
git_email: "[email protected]" | |
default_repo_branch: master | |
# Update permanent dependencies branch | |
permanent_dependencies_branch: "ci/dependabot-updates" | |
secrets: | |
PAT: ${{ secrets.RELEASE_PAT }} |