We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c302f2 commit dd63e74Copy full SHA for dd63e74
1 file changed
.github/workflows/release.yml
@@ -12,13 +12,17 @@ env:
12
DOCKER_IMAGE_NAME: observability/apm-lambda-extension
13
14
permissions:
15
- contents: write
16
- id-token: write
17
- pull-requests: read
+ contents: read
18
19
jobs:
20
build:
21
runs-on: ubuntu-latest
+ permissions:
+ attestations: write
22
+ artifact-metadata: write
23
+ contents: write
24
+ id-token: write
25
+ pull-requests: read
26
steps:
27
- uses: actions/checkout@v6
28
with:
@@ -65,7 +69,7 @@ jobs:
65
69
if: always()
66
70
67
71
name: aws
68
- path: ".aws*/**/*"
72
+ path: ".aws-linux*/"
73
retention-days: 5
74
75
- name: generate build provenance (binaries)
0 commit comments