Skip to content

Commit

Permalink
⬆️ Bump files with dotnet-file sync
Browse files Browse the repository at this point in the history
# devlooped/oss

- Add fallback GITHUB_TOKEN to bot defaults devlooped/oss@5406d90
- Resolve includes after file sync devlooped/oss@8f45cf2
  • Loading branch information
devlooped-bot committed Aug 12, 2022
1 parent c354672 commit a0eec21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
name: ${{ secrets.BOT_NAME }}
email: ${{ secrets.BOT_EMAIL }}
gh_token: ${{ secrets.GH_TOKEN }}

github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 🤘 checkout
uses: actions/checkout@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
name: ${{ secrets.BOT_NAME }}
email: ${{ secrets.BOT_EMAIL }}
gh_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 🤘 checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -62,6 +63,9 @@ jobs:
echo 'No changelog was generated'
}
- name: +Mᐁ includes
uses: devlooped/actions-include@v1

- name: ✍ pull request
uses: peter-evans/create-pull-request@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
weak
[file ".github/workflows/dotnet-file.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file.yml
sha = b9671b9e7f6235afbd8551dfedc1ab68a1a95c56
etag = 9f51b58651ad4e5bbd564475335aed876ec63f9e4d603d29862eb241ba3b7b0f
sha = 8f45cf28f3935ad2760ffdcd1528106c82f0af83
etag = 801f757177e58a55da03c12d394fc62865e57f392546d81f3695425767b0facb
weak
[file ".gitignore"]
url = https://github.com/devlooped/oss/blob/main/.gitignore
Expand Down Expand Up @@ -35,8 +35,8 @@
weak
[file ".github/workflows/changelog.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.yml
sha = b9671b9e7f6235afbd8551dfedc1ab68a1a95c56
etag = be8306e21620c4e829f2ad67fd1d4c25d484179028301488e9f49b5007e27e02
sha = 5406d907e0bf87dd1b4375f2ae2279dd775ed672
etag = 034c69fefe727b412a52e49964646131b899d6e7bb1576fe9d4a4db9208675ff
weak
[file ".editorconfig"]
url = https://github.com/devlooped/oss/blob/main/.editorconfig
Expand Down

0 comments on commit a0eec21

Please sign in to comment.