Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasipanodya committed Nov 10, 2023
1 parent 42ef992 commit 9355d4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
detekt_config: .detekt.yml
Build-And-Publish-A-Snapshot:
CI:
runs-on: ubuntu-latest
permissions:
id-token: write
Expand All @@ -31,6 +31,8 @@ jobs:
- name: Build & Deploy
uses: gradle/[email protected]
env:
PACKAGE_STORE_USERNAME: ${{ secrets.PACKAGE_STORE_USERNAME }}
PACKAGE_STORE_TOKEN: ${{ secrets.PACKAGE_STORE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DB_URL: ${{ secrets.DB_URL }}
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '*'
jobs:
Build-And-Publish-A-Release:
CI-CD:
runs-on: ubuntu-latest
permissions:
id-token: write
Expand All @@ -25,6 +25,8 @@ jobs:
uses: gradle/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGE_STORE_USERNAME: ${{ secrets.PACKAGE_STORE_USERNAME }}
PACKAGE_STORE_TOKEN: ${{ secrets.PACKAGE_STORE_TOKEN }}
DB_URL: ${{ secrets.DB_URL }}
with:
gradle-version: 8.2.1
Expand Down

0 comments on commit 9355d4b

Please sign in to comment.