Skip to content

Commit 41c519e

Browse files
authored
fix gh actions (DataDog#2682)
1 parent 6b69c6e commit 41c519e

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
# Options
1515
standard: true
1616
secrets: inherit
17+
# needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
18+
permissions:
19+
id-token: write
1720

1821
publish-test-results:
1922
needs:

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ jobs:
1818
repo: extras
1919
python-version: "3.12"
2020
secrets: inherit
21+
# needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
22+
permissions:
23+
id-token: write

.github/workflows/test-agent.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ jobs:
4949
agent-image-windows: "${{ inputs.agent-image-windows }}"
5050
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
5151
secrets: inherit
52+
# needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
53+
permissions:
54+
id-token: write

0 commit comments

Comments
 (0)