diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c681144..3f58ffe 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,9 +17,9 @@ jobs: - run: npm i - run: npm test env: - accessToken: ${{secrets.accessToken}} - graphAPIVersion: ${{secrets.graphAPIVersion}} - senderPhoneNumberId: ${{secrets.senderPhoneNumberId}} + accessToken: ${{secrets.ACCESSTOKEN}} + graphAPIVersion: ${{secrets.GRAPHAPIVERSION}} + senderPhoneNumberId: ${{secrets.SENDERPHONENUMBERID}} WABA_ID: ${{secrets.WABA_ID}} publish-npm: