Skip to content

Commit

Permalink
Update repository secret.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrystinne committed Oct 4, 2024
1 parent cb74be5 commit 5d94a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
repository: Chrystinne/pr-metadata-generator
path: pr-repo
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.MY_PERSONAL_TOKEN }}

# Step 6: Copy the datasets folder to the target repo
- name: Copy datasets to target repo
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Create pull request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.MY_PERSONAL_TOKEN }}
commit-message: "Add datasets from metadata generator"
branch: metadata-update-branch
base: main
Expand Down

0 comments on commit 5d94a70

Please sign in to comment.