Skip to content

Commit

Permalink
Fix GitHub actions (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotiuk authored Dec 12, 2024
1 parent fd0aaba commit f0ffc83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-helm-chart-faas-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
token: ${{ secrets.CLOUDENTITY_CI_TOKEN }}
- name: Set Environment Variables
run: |
echo "NODE_V4=${{ github.event.inputs.node_v4 }}" >> $GITHUB_ENV
Expand Down Expand Up @@ -61,7 +59,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.CLOUDENTITY_CI_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
branch: "feature/update-faas-images"
delete-branch: true
title: "Update FaaS images"
Expand Down

0 comments on commit f0ffc83

Please sign in to comment.