Skip to content

Commit

Permalink
Update token
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinBakalov committed Jan 17, 2025
1 parent aa641bb commit 2030b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
URL="https://api.github.com/orgs/vmware/teams/build-tools-for-vmware-aria-maintainers/memberships/${GITHUB_ACTOR}"
OUTPUT=$(curl -L \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GH_TOKEN }}" \
-H "Authorization: Bearer ${{ secrets.CI_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
$URL )
echo $OUTPUT
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Checkout
run: |
git clone https://svc-wwcoe-ci-admin:${{ secrets.GH_TOKEN }}@github.com/vmware/build-tools-for-vmware-aria.git .
git clone https://svc-wwcoe-ci-admin:${{ secrets.CI_TOKEN }}@github.com/vmware/build-tools-for-vmware-aria.git .
git config --global user.email "[email protected]"
git config --global user.name "WWCoE CI admin"
Expand Down

0 comments on commit 2030b79

Please sign in to comment.