Skip to content

Commit

Permalink
Update build-release-assets.yml secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio authored Feb 13, 2024
1 parent 19767dc commit 5f86184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
file=/tmp/newrelic-lambda-extension.arm64.zip
fi
gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
gh auth login --with-token ${{ secrets.RELEASE_ASSET_TOKEN }}
gh release upload $tag $file

0 comments on commit 5f86184

Please sign in to comment.