We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387c87a commit d17579dCopy full SHA for d17579d
.github/workflows/reusable-ci.yml
@@ -39,6 +39,9 @@ on:
39
40
jobs:
41
pre-commit:
42
+ permissions:
43
+ id-token: write
44
+ contents: read
45
uses: ./.github/workflows/reusable-pre-commit.yml
46
with:
47
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