Merge pull request #9505 from VOREStation/upstream-merge-7805

[MIRROR] Updates autochangelog authentication
This commit is contained in:
Novacat
2021-02-27 14:10:51 -05:00
committed by GitHub
+3
View File
@@ -15,6 +15,9 @@ jobs:
if: github.event.pull_request.merged == true
steps:
- uses: /actions/checkout@v2
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.Autochangelog_Autocommit_Token }}
- name: Ensure +x on CI directory
run: |
chmod -R +x ./tools/ci