We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1997e commit e87f32aCopy full SHA for e87f32a
template/.github/workflows/publish_to_staging.yaml.jinja
@@ -8,13 +8,14 @@ env:
8
PRE_COMMIT_HOME: ${{ github.workspace }}/.precommit_cache
9
10
permissions:
11
- id-token: write
12
- contents: write # needed for mutex
+ id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
13
14
jobs:
15
lint:
16
name: Pre-commit
17
uses: ./.github/workflows/pre-commit.yaml
+ permissions:
18
+ contents: write # needed for mutex
19
with:
20
python-version: {% endraw %}{{ python_version }}{% raw %}
21
0 commit comments