Skip to content

Commit

Permalink
missing GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Dec 19, 2024
1 parent c2d6d3f commit d43adff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 89 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Check last PR labels
id: check_labels
env:
GH_TOKEN: ${{ github.token }}
run: |
LAST_PR_NUMBER=$(gh pr list --state merged --json number --jq '.[0].number')
LABELS=$(gh pr view "$LAST_PR_NUMBER" --json labels --jq '.labels[].name')
Expand Down
89 changes: 0 additions & 89 deletions .github/workflows/prepare-release.yml

This file was deleted.

0 comments on commit d43adff

Please sign in to comment.