Skip to content

Commit

Permalink
Update update-image-tag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
petercort authored Dec 28, 2024
1 parent c504b82 commit e5d98a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-image-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ jobs:
echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT
- name: Checkout FBF Config Repo
uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
with:
repository: ${{ github.repository_owner }}/${{ secrets.deployment_repo }}

token: ${{ steps.app-token.outputs.token }}
- name: Create new branch and update image tag
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit e5d98a7

Please sign in to comment.