Skip to content

Commit 68362b2

Browse files
Merge pull request #96 from Geode-solutions/fix/admin_token
fix(gh actions): add admin token for gh actions
2 parents dbdf495 + c1bdda2 commit 68362b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
type: now
3535
from_branch: master
3636
target_branch: next
37-
github_token: ${{ github.token }}
37+
github_token: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)