Update dependency https://github.com/lkubb/salt-extension-copier to v… #9
Workflow file for this run
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
<<<<<<< before updating | ||
======= | ||
--- | ||
>>>>>>> after updating | ||
name: Pull Request or Push | ||
on: | ||
push: | ||
branches: | ||
- 'main' # Run on pushes to main | ||
tags-ignore: | ||
- '*' # Ignore pushes to tags | ||
pull_request: | ||
jobs: | ||
call_central_workflow: | ||
name: CI | ||
uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main | ||
with: | ||
<<<<<<< before updating | ||
setup-vault: true | ||
permissions: | ||
contents: write | ||
======= | ||
deploy-docs: true | ||
permissions: | ||
contents: write | ||
id-token: write | ||
pages: write | ||
>>>>>>> after updating | ||
pull-requests: read |