Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Nov 5, 2024
1 parent ede51a6 commit ffbcd5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/manual_label_population_to_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
permissions:
contents: write
issues: write
actions: write

needs: get_labels
strategy:
Expand All @@ -61,9 +62,6 @@ jobs:
app-id: ${{ vars.NB_BOT_ID }}
private-key: ${{ secrets.NB_BOT_KEY }}

- name: Set GH_TOKEN
run: echo "GH_TOKEN=${{ steps.generate-token.outputs.token }}" >> $GITHUB_ENV

- name: read label details
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
Expand Down

0 comments on commit ffbcd5d

Please sign in to comment.