Skip to content

Commit

Permalink
bugfix: Removed the GH_PAT from the checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Sep 1, 2023
1 parent c5dbc44 commit d849f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cut-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.GH_PAT }}
ref: ${{ inputs.branch }}

# Import the GPG key for signing Git commits and tags
- name: Import GPG key
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.GH_PAT }}
ref: ${{ inputs.branch }}

- name: get Version
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV
Expand Down

0 comments on commit d849f53

Please sign in to comment.