Skip to content

Commit ef9cc2e

Browse files
committed
use correct github_token and make workspace git safe
Signed-off-by: Jacob Salmela <[email protected]>
1 parent 2780000 commit ef9cc2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/generate_release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs: build_latex
4848
steps:
49+
- name: Mark workspace as safe for git
50+
run: git config --global --add safe.directory /github/workspace
51+
4952
- uses: actions/checkout@master
5053
with:
5154
fetch-depth: '0'
@@ -76,7 +79,7 @@ jobs:
7679
id: create_release
7780
uses: actions/create-release@v1
7881
env:
79-
GITHUB_TOKEN: ${{ secrets.AP_GITHUB_TOKEN }}
82+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8083
with:
8184
tag_name: ${{ steps.bump.outputs.tag }}
8285
release_name: ${{ steps.bump.outputs.tag }}

0 commit comments

Comments
 (0)