Skip to content

Commit

Permalink
add GH token in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif committed Jan 20, 2025
1 parent e029d13 commit 89a2670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-sysext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- name: Create a release
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
env:
GH_TOKEN: ${{ github.token }}
run: |
git config --global --add safe.directory "${PWD}"
Expand Down

0 comments on commit 89a2670

Please sign in to comment.