Skip to content

Commit

Permalink
Merge pull request #14 from nautible/feature/githubactions
Browse files Browse the repository at this point in the history
recover pat
  • Loading branch information
ogis-yamanaka authored Nov 15, 2024
2 parents a74d24f + c58aecd commit 2397a66
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 2397a66

Please sign in to comment.