Skip to content

Commit beda698

Browse files
Merge pull request #671 from erikdarlingdata/feature/ring-buffer-target
Fix build automation + add ring buffer target
2 parents 84abcaf + c2c26c8 commit beda698

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-sqlfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99
build-sql-file:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15+
token: ${{ secrets.PAT_TOKEN }}
1516
- name: Checkout Code
1617
run: |
1718
git config --global user.name 'Darling Data'

0 commit comments

Comments
 (0)