Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/squad-mark-released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Move Done → Released on project board
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_PROJECT_TOKEN }}
script: |
Comment on lines 25 to 28
const PROJECT_ID = process.env.PROJECT_ID;
const STATUS_FIELD_ID = process.env.STATUS_FIELD_ID;
Expand Down
Loading