Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Add GITHUB_TOKEN for just setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed Dec 14, 2022
1 parent 1e1a17c commit 0ece868
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/checkout@v3

- uses: extractions/setup-just@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get Python version
id: python-version
Expand Down Expand Up @@ -56,6 +58,8 @@ jobs:
uses: actions/checkout@v3

- uses: extractions/setup-just@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get Python version
id: python-version
Expand Down Expand Up @@ -98,6 +102,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: extractions/setup-just@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Change permissions for Docker steps
run: chmod -R 777 openverse_catalog/ tests/
Expand Down

0 comments on commit 0ece868

Please sign in to comment.