Skip to content

Commit

Permalink
open-document-academy.yml: Do not specify GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed May 20, 2024
1 parent 93809ac commit 7c5b095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-document-academy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Copy issue to Open Documentation Academy repository
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GH_TOKEN }}
#github-token: ${{ secrets.GH_TOKEN }}
script: |
console.log('An issue has been labeled ODA. Copying the issue to the Open Documentation Academy repository.');
const issue = context.payload.issue;
Expand Down

0 comments on commit 7c5b095

Please sign in to comment.