Skip to content

Commit

Permalink
Update config to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimadobe committed Oct 24, 2024
1 parent c50df5d commit 4b873ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
publish:
permissions:
contents: write
uses: timkimadobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-1.0.0
uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-1.0.0
with:
tag: ${{ github.event.inputs.tag }}
create-github-release: ${{ github.event.inputs.create-github-release == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
publish:
permissions:
contents: write
uses: timkimadobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-1.0.0
uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-1.0.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: timkimadobe/aepsdk-commons/.github/workflows/versions.yml@version-script-update
uses: adobe/aepsdk-commons/.github/workflows/versions.yml@version-script-update
with:
version: ${{ github.event.inputs.version }}
branch: ${{ github.event.inputs.branch }}
Expand Down

0 comments on commit 4b873ea

Please sign in to comment.