Skip to content

Commit 8a21e00

Browse files
Merge pull request #492 from dekusms/sherlockwisdom-patch-3
Sherlockwisdom patch 3
2 parents f372e1e + 0b19224 commit 8a21e00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Create issue in lib_smsmms_android
1313
uses: actions-ecosystem/action-create-issue@v1
1414
with:
15-
github_token: ${{ secrets.SYNC_TOKEN }}
15+
github_token: ${{ secrets.GH_LIB_SYNC_TOKEN }}
1616
repo: smswithoutborders/lib_smsmms_android
1717
title: ${{ github.event.issue.title }}
1818
body: |

.github/workflows/reproducible-build-check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
uses: actions/checkout@v4
211211
with:
212212
fetch-depth: 0
213-
token: ${{ secrets.SYNC_TOKEN }}
213+
token: ${{ secrets.GH_LIB_SYNC_TOKEN }}
214214

215215
- name: Compute next tag
216216
id: next_tag

0 commit comments

Comments
 (0)