Skip to content

Commit

Permalink
Fix/prod deployment access token (#482)
Browse files Browse the repository at this point in the history
* update gitflow-maven-plugin from 1.16.0 to 1.21.0

* added GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE
  • Loading branch information
Bock4Soft authored May 13, 2024
1 parent 75af551 commit d3e6be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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_2 }}
GIT_HUB_PACKAGES_ACCESS_TOKEN: ${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE }}
NODE_AUTH_TOKEN: ${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN }}
- name: Deployment to Kubernetes
run: |
Expand Down

0 comments on commit d3e6be1

Please sign in to comment.