Skip to content

Commit 19bb1d8

Browse files
author
Nir Galon
committed
ci: use PAT token in cd action to create a release
1 parent bf5bef2 commit 19bb1d8

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Create Release 🚀
4545
uses: ridedott/release-me-action@master
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
GITHUB_TOKEN: ${{ secrets.ACTIONS_PAT }}
4848
with:
4949
node-module: true
5050
release-branches: '["main"]'

.github/workflows/publish.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)