Skip to content

Commit

Permalink
recover pat
Browse files Browse the repository at this point in the history
  • Loading branch information
ogis-yamanaka committed Nov 15, 2024
1 parent a61ebbd commit c58aecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
repository: nautible/nautible-app-ms-product-manifest
path: nautible-app-ms-product-manifest
token: ${{ secrets.PAT }}
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -157,4 +158,4 @@ jobs:
git add .
git commit -m "update manifest"
git push --set-upstream origin $TAG
curl -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token $TOKEN" "https://api.github.com/repos/nautible/nautible-app-ms-$APP_NAME-manifest/pulls" -d '{"title": "new image deploy request", "head": "nautible:'$TAG'", "base": "'$BRANCH'"}' -o /dev/null -w 'httpstatus:%{http_code}\n' -s
curl -X POST -H "Accept: application/vnd.github+json" -H "Authorization: token $TOKEN" "https://api.github.com/repos/nautible/nautible-app-ms-$APP_NAME-manifest/pulls" -d '{"title": "new image deploy request", "head": "nautible:'$TAG'", "base": "'$BRANCH'"}' -o /dev/null -w 'httpstatus:%{http_code}\n' -s

0 comments on commit c58aecd

Please sign in to comment.