Skip to content

Commit

Permalink
Tweak parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTryon committed Jan 22, 2025
1 parent f0bfcf4 commit 3ec2bff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-targeted-change-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
name: print-token
environment: dev
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v4

- name: Get registration token
id: getRegToken
run: |
curl -X POST -H \"Accept: application/vnd.github.v3+json\" -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' https://api.github.com/repos/myprofile/myrepo/actions/runners/registration-token
curl -X POST -H \"Accept: application/vnd.github.v3+json\" -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' https://api.github.com/repos/${{ github.repository }}/actions/runners/registration-token
auto-comment:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ec2bff

Please sign in to comment.