Skip to content

Commit

Permalink
ci: use PAT token in cd action to create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir Galon committed Jan 9, 2021
1 parent bf5bef2 commit 19bb1d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Create Release 🚀
uses: ridedott/release-me-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTIONS_PAT }}
with:
node-module: true
release-branches: '["main"]'
18 changes: 0 additions & 18 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 19bb1d8

Please sign in to comment.