Skip to content

Commit

Permalink
action: use GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Sep 21, 2023
1 parent 842b3c8 commit 16bf30e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Attach Profiler And Startup Hooks
continue-on-error: true #continue for now until we see it working in action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.ref_name }} "build/output/ElasticApmAgent_*.zip" "build/output/elastic_apm_profiler_*.zip"
Expand Down Expand Up @@ -104,8 +104,7 @@ jobs:

- name: Attach Profiler
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true #continue for now until we see it working in action
run: |
gh release upload ${{ github.ref_name }} "build/output/elastic_apm_profiler_*.zip"

0 comments on commit 16bf30e

Please sign in to comment.