Skip to content

Commit

Permalink
open-document-academy.yml: Use token "${{ secrets.GITHUB_TOKEN }}"
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed May 20, 2024
1 parent 7c5b095 commit 75be59c
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.GITHUB_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 75be59c

Please sign in to comment.