Skip to content

Commit 76eecad

Browse files
wip
1 parent 8b7059f commit 76eecad

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/build-module.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ jobs:
1717
$env:MODULE_VERSION=$(./gradlew -q printModuleVersion)
1818
echo ("MODULE_VERSION=" + $env:MODULE_VERSION) >> $env:GITHUB_ENV
1919
env:
20-
GITHUB_ACTOR: ${{ env.GITHUB_ACTOR }}
2120
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2221
- name: "Detected module version"
2322
run: echo $env:MODULE_VERSION
2423
- name: Build module
2524
run: ./gradlew buildModule
2625
env:
27-
GITHUB_ACTOR: ${{ env.GITHUB_ACTOR }}
2826
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2927
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3028
with:

.github/workflows/snyk.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
uses: snyk/actions/gradle@b98d498629f1c368650224d6d212bf7dfa89e4bf # 0.4.0
2222
env:
2323
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
24-
GHP_USERNAME: ${{ env.GITHUB_ACTOR }}
25-
GHP_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
ORG_GRADLE_PROJECT_gprusername: ${{ env.GITHUB_ACTOR }}
26+
ORG_GRADLE_PROJECT_gprpassword: ${{ secrets.GITHUB_TOKEN }}
2627
with:
2728
command: ${{ inputs.command }}
2829
args: --project-name="gradle${{ inputs.suffix }}" --file=module/build.gradle

module/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ plugins {
44
}
55

66
repositories {
7-
maven {
8-
url = uri("https://maven.pkg.github.com/mendix/MxPushNotifications")
9-
}
107
mavenCentral()
118
}
129

0 commit comments

Comments
 (0)