We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31471b4 commit f618243Copy full SHA for f618243
.github/workflows/release.yaml
@@ -20,6 +20,9 @@ jobs:
20
- name:
21
# Release the lambda extension and update the github release
22
- run: deno run --allow-env --allow-read --allow-run scripts/publish.ts --name=pyroscope-lambda-extension --log-level=debug --table-file=release.tmp.md
23
+ env:
24
+ AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
25
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
26
- name: update release
27
id: update_release
28
uses: tubone24/[email protected]
0 commit comments