Skip to content

Commit 2671839

Browse files
authored
update repository to be under adsbynimbus (#149)
1 parent 560d5fe commit 2671839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kotlin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
run: ./gradlew test publishToMavenLocal
6767

6868
- name: Configure AWS Credentials
69-
if: github.repository == 'timehop/nimbus-openrtb' && github.event_name == 'release'
69+
if: github.repository == 'adsbynimbus/nimbus-openrtb' && github.event_name == 'release'
7070
uses: aws-actions/configure-aws-credentials@v1-node16
7171
with:
7272
role-to-assume: ${{ vars.AWS_ROLE }}
7373
aws-region: us-east-1
7474

7575
- name: Publish
76-
if: github.repository == 'timehop/nimbus-openrtb' && github.event_name == 'release'
76+
if: github.repository == 'adsbynimbus/nimbus-openrtb' && github.event_name == 'release'
7777
env:
7878
ORG_GRADLE_PROJECT_version: ${{ steps.tag_name.outputs.VERSION }}
7979
run: ./gradlew publish

0 commit comments

Comments
 (0)