Skip to content

Commit

Permalink
GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE
Browse files Browse the repository at this point in the history
  • Loading branch information
Bock4Soft committed Jul 5, 2024
1 parent fb53d47 commit 07cf357
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GIT_HUB_USERNAME: ${{ secrets.GIT_HUB_USERNAME }}
GIT_HUB_PACKAGES_ACCESS_TOKEN: ${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN }}
GIT_HUB_PACKAGES_ACCESS_TOKEN: ${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE }}
NODE_AUTH_TOKEN: ${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE }}
- name: Deployment to Kubernetes
if: github.ref == 'refs/heads/develop'
run: |
Expand All @@ -74,5 +74,5 @@ jobs:
DOCKER_REGISTRY_USERNAME: dipa
DOCKER_REGISTRY_TOKEN: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
GIT_HUB_USERNAME: ${{ secrets.GIT_HUB_USERNAME }}
GIT_HUB_PACKAGES_ACCESS_TOKEN: ${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN }}
GIT_HUB_PACKAGES_ACCESS_TOKEN: ${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE }}
NODE_AUTH_TOKEN: ${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE }}
4 changes: 2 additions & 2 deletions .mvn/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<server>
<id>github</id>
<username>${env.GIT_HUB_USERNAME}</username>
<password>${env.GIT_HUB_PACKAGES_ACCESS_TOKEN}</password>
<password>${env.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE}</password>
</server>
<server>
<id>github-packages</id>
<username>${env.GIT_HUB_USERNAME}</username>
<password>${env.GIT_HUB_PACKAGES_ACCESS_TOKEN}</password>
<password>${env.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE}</password>
</server>
<server>
<id>docker.dipa.online</id>
Expand Down

0 comments on commit 07cf357

Please sign in to comment.