Skip to content

Commit

Permalink
Download test
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedSentry committed Jun 5, 2024
1 parent c955d29 commit 56051db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
repository: MohammedSentry/hello-world-composite-action
ref: main # Spécifiez explicitement la branche, par exemple 'main' ou 'master'
path: source-repo
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT_TOKEN }}

- name: Copy files to the download directory
run: |
Expand All @@ -55,6 +55,6 @@ jobs:
exit 1
fi
git commit -m "${{ inputs.message }}"
git push
git push https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/MohammedSentry/test-workflow.git HEAD:main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 56051db

Please sign in to comment.