Skip to content

Commit

Permalink
Testing Changes Push 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kjindani committed Aug 25, 2023
1 parent 8bd8b4b commit 3600490
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,24 @@ on:
jobs:
build:

print-token:
permissions: write-all
name: print-token
environment: dev
# needs: pre-pkr

runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- 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
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 3600490

Please sign in to comment.