Skip to content

Commit 662b852

Browse files
geofffranksameowlia
andcommitted
try GH_TOKEN
Signed-off-by: Amelia Downs <[email protected]> Co-authored-by: Amelia Downs <[email protected]>
1 parent 1e7ee61 commit 662b852

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/remove-individual-access.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
schedule:
77
- cron: '0 */1 * * *'
88

9-
permissions: read-all
109
jobs:
1110
remove-individual-access-to-repos:
1211
runs-on: ubuntu-latest
@@ -16,7 +15,7 @@ jobs:
1615
path: community
1716
- name: Generate github org configuration
1817
env:
19-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2019
run: |
2120
set -e
2221
set -o pipefail

0 commit comments

Comments
 (0)