Skip to content

Commit 849c7c3

Browse files
author
AR Abdul Azeez
committed
cleanup
1 parent f65e708 commit 849c7c3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@ jobs:
1919
env:
2020
VERSION: ${{ github.event.inputs.version }}
2121
BRANCH: rel/${{ github.event.inputs.version }}
22-
GH_REPO: ${{ github.repository }}
23-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
2423
steps:
2524
- name: Checkout repository
2625
uses: actions/checkout@v4
2726
with:
2827
fetch-depth: 0 # Ensure full history for git log
2928
fetch-tags: true
3029

31-
- name: Authenticate GitHub CLI
32-
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
33-
3430
- name: Create release branch from main
3531
run: |
3632

0 commit comments

Comments
 (0)