Skip to content

Commit

Permalink
Merge pull request #60 from splunk/pwilliams-github-token
Browse files Browse the repository at this point in the history
Update GitHub token
  • Loading branch information
pauljwil authored Sep 27, 2024
2 parents 0302cbd + 78006c1 commit 19513c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Create pull request
run: gh pr create -B main -H metadata-update-${{ steps.date.outputs.date }} --title 'Merge metadata-update-${{ steps.date.outputs.date }} into main' --body 'Automatic sync PR to update reference files from contrib'
env:
GITHUB_TOKEN: ${{ secrets.PR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 19513c6

Please sign in to comment.