Skip to content

Commit

Permalink
fix: Glue sync job PR create step
Browse files Browse the repository at this point in the history
Update the Glue sync job workflow so that the GitHub CLI has
the GitHub Token in scope.  This allows it to authenticate and create
the PR.
  • Loading branch information
patheard committed Nov 18, 2024
1 parent 74a1311 commit 5eebcfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/glue_job_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
run: ./.github/workflows/scripts/get-glue-jobs.sh

- name: Create PR if changes
env:
GH_TOKEN: ${{ github.token }}
run: ./.github/workflows/scripts/sync-glue-jobs.sh

0 comments on commit 5eebcfe

Please sign in to comment.