Skip to content

Commit 0ffa8c9

Browse files
committed
Use standard github token
1 parent 8b24d36 commit 0ffa8c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Pushing changes
5858
uses: ad-m/github-push-action@master
5959
with:
60-
# github_token: ${{ secrets.ACTION_TOKEN_PAT }}
60+
github_token: ${{ secrets.GITHUB_TOKEN }}
6161
repository: 'OneSignal/OneSignal-iOS-SDK'
6262
force: true
6363
branch: $version
@@ -74,5 +74,5 @@ jobs:
7474
"Release $version"
7575
body: |
7676
"Add Release Notes For Review Here"
77-
# env:
78-
# GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN_PAT }}
77+
env:
78+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)