Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Calanog <[email protected]>
  • Loading branch information
v1v and reakaleek authored Apr 26, 2024
1 parent 6fff243 commit 16895c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "main" ]

permissions:
attestations: write
contents: write
id-token: write
issues: write
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
SUFFIX_APM_AGENT: ".zip"
SUFFIX_APM_PROFILER: "-linux-x64.zip"
permissions:
attestations: write
id-token: write
contents: write
steps:
Expand Down Expand Up @@ -63,6 +64,8 @@ jobs:
continue-on-error: true #continue for now until we see it working in action
uses: docker/[email protected]
with:
cache-from: type=gha
cache-to: type=gha,mode=max
context: .
push: true
tags: |
Expand Down

0 comments on commit 16895c9

Please sign in to comment.