Skip to content

Commit

Permalink
fix: github pat to bypass main push (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea authored Nov 26, 2024
1 parent ec83156 commit fff0781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
#
- name: Checkout the source code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
with:
token: ${{ secrets.GIT_PAT }}

#
# RELEASE CANDIDATE - Update of gradle.properties with the RC new version.
Expand Down

0 comments on commit fff0781

Please sign in to comment.