diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 29246ed..5cd450e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,4 +29,4 @@ jobs: repository: kodypay/kody-clientsdk-kotlin client-payload: '{"tag": "${{ env.tag }}", "repository": "${{ github.repository }}"}' event-type: tag-push - token: ${{ secrets.GH_RELEASE }} + token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}