Skip to content

Commit

Permalink
ci: attempt setting checkout token explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Dec 29, 2023
1 parent 225454f commit 39a1e77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly

- package-ecosystem: swift
directory: /
schedule:
interval: weekly
interval: monthly
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
env:
token: ${{ secrets.GH_PERSONAL_TOKEN }}

- name: Trunk Check
uses: trunk-io/trunk-action@v1
Expand Down

0 comments on commit 39a1e77

Please sign in to comment.