Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
revert: reverts the change with the PAT token in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
animafps committed Sep 29, 2021
1 parent 1186235 commit 4e46b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_delivery.yml
Expand Up @@ -26,5 +26,5 @@ jobs:
node-version: 16
- name: Bump Version & Publish
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: yarn release

0 comments on commit 4e46b8c

Please sign in to comment.