We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f372e1e + 0b19224 commit 8a21e00Copy full SHA for 8a21e00
2 files changed
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Create issue in lib_smsmms_android
13
uses: actions-ecosystem/action-create-issue@v1
14
with:
15
- github_token: ${{ secrets.SYNC_TOKEN }}
+ github_token: ${{ secrets.GH_LIB_SYNC_TOKEN }}
16
repo: smswithoutborders/lib_smsmms_android
17
title: ${{ github.event.issue.title }}
18
body: |
.github/workflows/reproducible-build-check-release.yml
@@ -210,7 +210,7 @@ jobs:
210
uses: actions/checkout@v4
211
212
fetch-depth: 0
213
- token: ${{ secrets.SYNC_TOKEN }}
+ token: ${{ secrets.GH_LIB_SYNC_TOKEN }}
214
215
- name: Compute next tag
216
id: next_tag
0 commit comments