Skip to content

Commit

Permalink
fix: use correct secret name for GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
1abhishekpandey committed Dec 21, 2023
1 parent 9f3efeb commit a8681f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
gh release upload v${{ steps.extract-version.outputs.release_version }} Rudder-xcframeworks.zip
gh release upload v${{ steps.extract-version.outputs.release_version }} Rudder-xcframeworks.sha256
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create pull request into develop
uses: repo-sync/pull-request@v2
Expand Down

0 comments on commit a8681f4

Please sign in to comment.