Skip to content

Commit 6608ef7

Browse files
committed
chore: update ci
1 parent 5738b0e commit 6608ef7

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
4646

4747

48-
# latest-changes:
49-
# name: Latest Changes
50-
# runs-on: ubuntu-latest
51-
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
52-
# steps:
53-
# - uses: actions/checkout@v4
54-
# with:
55-
# token: ${{ secrets.ATTICUS_PAT }}
56-
# - uses: docker://tiangolo/latest-changes:0.2.0
57-
# with:
58-
# token: ${{ secrets.GITHUB_TOKEN }}
48+
latest-changes:
49+
name: Latest Changes
50+
runs-on: ubuntu-latest
51+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
52+
steps:
53+
- uses: actions/checkout@v4
54+
with:
55+
token: ${{ secrets.ATTICUS_PAT }}
56+
- uses: docker://tiangolo/latest-changes:0.2.0
57+
with:
58+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)