Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CEO-Nick authored May 1, 2024
1 parent aa8828f commit 8349bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Cleanup Old Artifacts
uses: actions/github-script@v5
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # PAT 사용
script: |
const artifacts = await github.rest.actions.listArtifactsForRepo({
owner: context.repo.owner,
Expand Down

0 comments on commit 8349bcd

Please sign in to comment.