Skip to content

Commit

Permalink
add PAT in gitflow to commit on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
assadriaz committed Dec 11, 2024
1 parent bd4128e commit 78fcd3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITFLOW_PAT }}
- name: Copy maven settings
run: |
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
Expand Down

0 comments on commit 78fcd3d

Please sign in to comment.