Skip to content

Commit

Permalink
ci: access token to gh packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed May 28, 2024
1 parent a768728 commit 20ba2aa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pta-booking/pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/customer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pta-customer/pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/designer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pta-designer/pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/invoicing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pta-invoicing/pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/shopping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pta-shopping/pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 20ba2aa

Please sign in to comment.