Skip to content

chore: bump mongodb/apix-action from 8 to 13 #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/close-jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
JIRA_KEY=$(gh pr view "$URL" --comments | grep 'was created for internal tracking' | grep -oE 'CLOUDP-[0-9]+' | head -1)
echo "JIRA_KEY=$JIRA_KEY" >> "$GITHUB_ENV"
- name: Close JIRA ticket
uses: mongodb/apix-action/transition-jira@v8
uses: mongodb/apix-action/transition-jira@v13
with:
token: ${{ secrets.JIRA_API_TOKEN }}
issue-key: ${{ env.JIRA_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
fetch-depth: 2
- name: set Apix Bot token
id: app-token
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/token@96a8c360685f1827a4c867565f8b3d412d3067f7
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
- name: Create JIRA ticket
uses: mongodb/apix-action/create-jira@v8
uses: mongodb/apix-action/create-jira@v13
id: create
with:
token: ${{ secrets.JIRA_API_TOKEN }}
Expand Down
Loading