Skip to content

Commit

Permalink
Added release_pat secret to ci_cd_updated_master workflow (#777)
Browse files Browse the repository at this point in the history
# Description
Release pat was not added to the workflow for ci_cd when updating
master, and as a consequence the
depandabot-updates branch could not be updated.

## Type of change
<!-- Put an `x` in the box that applies. -->
- [x] Bug fix.
- [ ] New feature.
- [ ] Documentation update.
- [ ] Test update.

## Checklist
<!-- Put an `x` in the boxes that apply. You can also fill these out
after creating the PR. -->

This checklist can be used as a help for the reviewer.

- [ ] Is the code easy to read and understand?
- [ ] Are comments for humans to read, not computers to disregard?
- [ ] Does a new feature has an accompanying new test (in the CI or unit
testing schemes)?
- [ ] Has the documentation been updated as necessary?
- [ ] Does this close the issue?
- [ ] Is the change limited to the issue?
- [ ] Are errors handled for all outcomes?
- [ ] Does the new feature provide new restrictions on dependencies, and
if so is this documented?

## Comments
<!-- Additional comments here, including clarifications on checklist if
applicable. -->
  • Loading branch information
francescalb authored Jul 29, 2024
1 parent b0eee05 commit d3c3e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_cd_updated_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
(LICENSE.txt),(LICENSE.md)
(tools),(../tools)
changelog_exclude_labels: dependencies
secrets:
PAT: ${{ secrets.RELEASE_PAT }}

0 comments on commit d3c3e7f

Please sign in to comment.