Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: uniform GitHub action #5069

Merged
merged 12 commits into from
May 6, 2024
Prev Previous commit
Next Next commit
Update create-release.yml
  • Loading branch information
jatin-jangir-0220 authored May 6, 2024
commit 717f20e1a521e0f42e791eecb1c683088269cadd
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
echo "Not creating release due to beta"
fi
env:
GH_TOKEN: ${{ secrets.GIT_TOKEN }}
GH_TOKEN: ${{ secrets.GH_SYSTEMSDT_TOKEN }}
RELEASE_BRANCH: ${{ secrets.RELEASE_BRANCH }}
GIT_CONFIG_NAME: ${{ secrets.GIT_TARGET_USERNAME }}
GIT_CONFIG_EMAIL: ${{ secrets.GIT_TARGET_EMAIL }}
GIT_CONFIG_NAME: ${{ env.GH_SYSTEMSDT_USERNAME }}
GIT_CONFIG_EMAIL: ${{ secrets.GH_SYSTEMSDT_EMAIL }}
# Send notification on discord
- name: discord-notify
run: |
Expand Down