Skip to content

Commit

Permalink
ci: use same app token for checking out Alloy (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored May 9, 2024
1 parent f578466 commit 9f6bc3a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,11 @@ jobs:
with:
fetch-depth: 0
path: source
token: ${{ steps.app-token.outputs.token }}

- name: Configure Git
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
cd source
gh auth setup-git
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
Expand Down Expand Up @@ -160,8 +158,6 @@ jobs:
${{ env.CR_PACKAGE_PATH }}/${{ steps.parse-chart.outputs.packagename }}.tgz
- name: Push release tag on origin
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
cd source
echo "Pushing tag ${{ steps.parse-chart.outputs.tagname }}"
Expand Down

0 comments on commit 9f6bc3a

Please sign in to comment.