Skip to content

Commit

Permalink
Update sec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelhorak authored Feb 9, 2023
1 parent e300f93 commit df43869
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ on:
[labeled] #, opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned

jobs:
environment: dev
example-job:
runs-on: ubuntu-latest
steps:
- name: Uncover secret
- run: echo -n "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}" >> foo && cut -c1-3 foo && cut -c4
- run: echo -n "${{ secrets.secrets.GH_PERSONAL_ACCESS_TOKEN }}" >> foo && cut -c1-3 foo && cut -c4
- run: echo -n "${{ secrets.ADO_ORGANIZATION }}" >> foo && cut -c1-3 foo && cut -c4
Expand Down

0 comments on commit df43869

Please sign in to comment.