Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • 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.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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 }}

0 comments on commit 4d25f78

Please sign in to comment.