add id-token write permissions per error msg #5
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: Pull Request or Push | |
on: | |
push: | |
branches: | |
- '**' # Run on pushes to any branch | |
tags-ignore: | |
- '*' # Ignore pushes to tags | |
pull_request: | |
jobs: | |
call_central_workflow: | |
name: CI | |
uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main | |
permissions: | |
contents: write | |
pull-requests: read |