Skip to content

Commit

Permalink
Revert "Feat/pat (#16)" (#17)
Browse files Browse the repository at this point in the history
This reverts commit b86860e.
  • Loading branch information
donhector authored Nov 22, 2021
1 parent b86860e commit cbb2dfa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
- main
workflow_dispatch:

permissions:
pull-requests: write
contents: write

jobs:
molecule:
name: Molecule
Expand Down Expand Up @@ -81,5 +77,4 @@ jobs:
# If using the default ${{secrets.GITHUB_TOKEN}} merge works but branch is not deleted
# had to use a Personal Access Token with full "repo" permissions
# See https://github.com/cli/cli/issues/3884#issuecomment-868860269
#GITHUB_TOKEN: ${{ secrets.PAT_REPO_FULL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_REPO_FULL }}

0 comments on commit cbb2dfa

Please sign in to comment.