Skip to content

Commit c811011

Browse files
author
Alexey Alter-Pesotskiy
authored
Resolve CI issues (#57)
1 parent baf569e commit c811011

File tree

4 files changed

+4
-53
lines changed

4 files changed

+4
-53
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run Danger
4444
run: bundle exec danger
4545
env:
46-
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
- name: Run Linting
4848
run: ./Scripts/run-linter.sh
4949

@@ -87,6 +87,7 @@ jobs:
8787
run: bundle exec fastlane sonar_upload
8888
env:
8989
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
90+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9091
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
9192
PR_NUMBER: ${{ github.event.number }}
9293
- uses: 8398a7/action-slack@v3

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Xcode
55
#
66
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
7+
Package.resolved
8+
StreamChatSwiftUI.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
79

810
## Build generated
911
build/

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ GEM
275275
no_proxy_fix (0.1.2)
276276
nokogiri (1.13.4-arm64-darwin)
277277
racc (~> 1.4)
278-
nokogiri (1.13.4-x86_64-darwin)
279-
racc (~> 1.4)
280278
octokit (4.22.0)
281279
faraday (>= 0.9)
282280
sawyer (~> 0.8.0, >= 0.5.3)

StreamChatSwiftUI.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)