Skip to content

Commit

Permalink
Merge pull request #9 from Atticuszz/release
Browse files Browse the repository at this point in the history
release
  • Loading branch information
AtticusZeller authored Jan 12, 2024
2 parents 3fe22f0 + 53dc692 commit f5228f6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}


latest-changes:
name: Latest Changes
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.ATTICUS_PAT }}
- uses: docker://tiangolo/latest-changes:0.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
# latest-changes:
# name: Latest Changes
# runs-on: ubuntu-latest
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# steps:
# - uses: actions/checkout@v4
# with:
# token: ${{ secrets.ATTICUS_PAT }}
# - uses: docker://tiangolo/latest-changes:0.2.0
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f5228f6

Please sign in to comment.