Skip to content

Commit

Permalink
Experimenting with autotagging...
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 8, 2024
1 parent d5d17b0 commit ffb9934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2
with:
token: ${{ secrets._GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Get the PR that this merge came from
uses: actions-ecosystem/action-get-merged-pull-request@136e2f3a66a0d28e8d85094e1042ddbe5abea267
id: get-merged-pull-request
with:
github_token: ${{ secrets._GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
outputs:
pull_request_labels: ${{ steps.get-merged-pull-request.outputs.labels }}
pull_request_title: ${{ steps.get-merged-pull-request.outputs.title }}
Expand Down

0 comments on commit ffb9934

Please sign in to comment.