Skip to content

Commit

Permalink
ci: allow script to be executed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Nov 25, 2024
1 parent 9ca3f3e commit 96dee34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
- name: Call script
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: .github/update-labels.sh
run: \
chmod +x .github/update-labels.sh
.github/update-labels.sh

0 comments on commit 96dee34

Please sign in to comment.