forked from tanmaybhandge/CICD_Application_K8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cj-arvydas-rumsa
authored
Feb 26, 2024
1 parent
72d4d92
commit 4d25f78
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
name: changing the deployment of git repo | ||
with: | ||
repository: 'cj-arvydas-rumsa/App-Manifest-' | ||
token: ${{ secrets.GIT_PASSWORD }} | ||
token: ${{ secrets.API_TOKEN_GITHUB }} | ||
- name: modify the image | ||
run: | | ||
git config user.email [email protected] | ||
|
@@ -75,6 +75,5 @@ jobs: | |
git commit -m 'Done by Github Actions Job changemanifest: ${{ github.run_number }}' | ||
git push origin main | ||
env: | ||
GIT_USERNAME: ${{ secrets.GIT_USERNAME }} | ||
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} | ||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
RUN_NUMBER: ${{ github.run_number }} |