Skip to content

Commit

Permalink
🐛FIX: need token
Browse files Browse the repository at this point in the history
  • Loading branch information
tallguyjenks committed Jul 19, 2024
1 parent 1731395 commit 34e072f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-deployment-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
name:
runs-on: ubuntu-latest
steps:
- name: Collect ID's for Deployment Issue Update
- name: Collect ID's for Deployment Issue Update
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "*********************************************"
Expand Down

0 comments on commit 34e072f

Please sign in to comment.