We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31d1a9 commit cdf80afCopy full SHA for cdf80af
.github/workflows/reusable-ci.yml
@@ -41,6 +41,9 @@ on:
41
42
jobs:
43
pre-commit:
44
+ permissions:
45
+ id-token: write
46
+ contents: read
47
uses: ./.github/workflows/reusable-pre-commit.yml
48
with:
49
target-branch: ${{ inputs.target-branch }}
.github/workflows/test.yml
@@ -25,6 +25,9 @@ jobs:
25
!contains(github.event.pull_request.labels.*.name, 'ci/skip') &&
26
!contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')) ||
27
github.event_name == 'schedule'
28
29
30
31
32
33
enable-commit-changes: true
0 commit comments