File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 echo "LOWERCASE_REPO_OWNER=${GITHUB_REPOSITORY_OWNER,,}" >> "${GITHUB_ENV}"
5151
5252 - name : " Generate Short Lived OAuth App Token (ghs_*)"
53- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12 .0
53+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
5454 id : oauth-token
5555 with :
5656 app-id : " ${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page
@@ -145,7 +145,7 @@ jobs:
145145 echo "${{ matrix.image.version }}" | grep -E "[a-zA-Z0-9_\.\-]+" || "Image Version is invalid"
146146
147147 - name : " Generate Short Lived OAuth App Token (ghs_*)"
148- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12 .0
148+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
149149 id : oauth-token
150150 with :
151151 app-id : " ${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : " Generate Short Lived OAuth App Token (ghs_*)"
20- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12 .0
20+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
2121 id : oauth-token
2222 with :
2323 app-id : " ${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page
You can’t perform that action at this time.
0 commit comments