Skip to content

Commit 5068a6a

Browse files
authored
Merge pull request #157 from rees46/refactor/workflow
feat(github): pass gh token to workflow
2 parents fd0f190 + 80827b0 commit 5068a6a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/constants/replacements.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
deletions:
22
- .github/workflows/repo-sync.yml
3+
- .github/workflows/checks.yaml
34
- DemoApp
45
ignore:
56
- version.properties

.github/workflows/version.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
permissions: write-all
1717
secrets:
1818
appSecret: ${{ secrets.PUBLIVERSIONER_SECRET }}
19+
githubToken: ${{ secrets.GITHUB_TOKEN }}
1920
with:
2021
appId: ${{ vars.PUBLIVERSIONER_ID }}
2122
reviewerUsername: iwwwanow

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ REES46, [email protected]
2424
## License
2525

2626
REES46 SDK is available under the MIT license. See the LICENSE file for more info.
27+

0 commit comments

Comments
 (0)